Commit cec164ff authored by Sebastien Robin's avatar Sebastien Robin

- fixed the tales expression on field source_reference

- wrong method call inside AccountingCancellation_init

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7d82481f
...@@ -74,7 +74,7 @@ if len(user_site_list)>0:\n ...@@ -74,7 +74,7 @@ if len(user_site_list)>0:\n
site = context.Baobab_getVaultSite(user_site_list[0])\n site = context.Baobab_getVaultSite(user_site_list[0])\n
site_url = site.getRelativeUrl()\n site_url = site.getRelativeUrl()\n
context.setSite(site_url)\n context.setSite(site_url)\n
context.updateLocalRolesOnSecurityGroups()\n context.assignRoleToSecurityGroup()\n
]]></string> </value> ]]></string> </value>
......
...@@ -265,18 +265,15 @@ ...@@ -265,18 +265,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: here.AccountTransfer_getUniqueReference()</string> </value> <value> <string>python: here.Baobab_getUniqueReference()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
347 349
\ No newline at end of file \ 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