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
site = context.Baobab_getVaultSite(user_site_list[0])\n
site_url = site.getRelativeUrl()\n
context.setSite(site_url)\n
context.updateLocalRolesOnSecurityGroups()\n
context.assignRoleToSecurityGroup()\n
]]></string> </value>
......
......@@ -265,18 +265,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.AccountTransfer_getUniqueReference()</string> </value>
<value> <string>python: here.Baobab_getUniqueReference()</string> </value>
</item>
</dictionary>
</pickle>
......
347
\ No newline at end of file
349
\ 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