Commit 4d229d4a authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14578 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad841f01
......@@ -273,18 +273,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.getProperty(\'previous_resource\', \'\')</string> </value>
<value> <string>python: request.get(\'resource\', \'dummy\')</string> </value>
</item>
</dictionary>
</pickle>
......@@ -292,11 +289,8 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
......@@ -301,7 +301,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: not request.get(\'resource\', False)</string> </value>
<value> <string>python: not request.get(\'previous_resource\', False)</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -93,7 +93,7 @@ if ref_min is not None or ref_max is not None:\n
check_list = transaction.Base_checkOrCreateCheck(\n
reference_range_min = ref_min,\n
reference_range_max = ref_max,\n
resource=aggregate_resource())\n
resource=aggregate_resource)\n
if len(check_list)>0:\n
# First make sure there is no delivery line\n
line_list = transaction.objectValues(portal_type=\'Cash Delivery Line\')\n
......
246
\ No newline at end of file
248
\ 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