Commit 738ecd2d authored by Lucas Carvalho's avatar Lucas Carvalho

* Fixed the field my_default_address_region.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2dd436a4
......@@ -101,7 +101,7 @@
\'%s/mf54_reset.css\' % portal_path,\n
\'%s/mf54_grid.css\' % section_url,\n
\'%s/mf54_content.css\' % portal_path,\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and [section.getLayoutProperty(\'layout_additional_css\')] or []);\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and [section.getLayoutProperty(\'layout_additional_css\')] or []);\n
global js_list python:[\'%s/erp5_tabber.js\' % portal_path,]">\n
<tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
<tal:block metal:fill-slot="layout">\n
......
......@@ -102,6 +102,8 @@
<string>my_gender</string>
<string>my_nationality</string>
<string>my_translated_validation_state_title</string>
<string>my_default_address_city</string>
<string>my_default_address_region</string>
</list>
</value>
</item>
......@@ -114,8 +116,6 @@
<string>my_default_fax_text</string>
<string>my_default_address_street_address</string>
<string>my_default_address_zip_code</string>
<string>my_default_address_city</string>
<string>my_default_address_region</string>
</list>
</value>
</item>
......
240
\ No newline at end of file
241
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment