Fixed javascript in @@add-organization view.

This commit is contained in:
Vincent Fretin 2013-09-22 18:04:19 +02:00
parent c3c04c0157
commit 9f1fb0891e
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Changelog
1.1 (unreleased)
----------------
- Fixed javascript in @@add-organization view.
- Fixed use parent address if we set Contact Details behaviour on held positions.

View File

@ -321,7 +321,7 @@ class AddContactFromOrganization(AddContact):
class AddOrganization(form.AddForm):
implements(IFieldsAndContentProvidersForm)
contentProviders = ContentProviders(['organization-ms'])
contentProviders['organization-ms'].position = -1
contentProviders['organization-ms'].position = 2
label = _(u"Create ${name}", mapping={'name': _(u"organization/position")})
description = u""
prefix = 'oform'