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 @@ ...@@ -273,18 +273,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.getProperty(\'previous_resource\', \'\')</string> </value> <value> <string>python: request.get(\'resource\', \'dummy\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -292,11 +289,8 @@ ...@@ -292,11 +289,8 @@
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<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>
......
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ if ref_min is not None or ref_max is not None:\n ...@@ -93,7 +93,7 @@ if ref_min is not None or ref_max is not None:\n
check_list = transaction.Base_checkOrCreateCheck(\n check_list = transaction.Base_checkOrCreateCheck(\n
reference_range_min = ref_min,\n reference_range_min = ref_min,\n
reference_range_max = ref_max,\n reference_range_max = ref_max,\n
resource=aggregate_resource())\n resource=aggregate_resource)\n
if len(check_list)>0:\n if len(check_list)>0:\n
# First make sure there is no delivery line\n # First make sure there is no delivery line\n
line_list = transaction.objectValues(portal_type=\'Cash Delivery Line\')\n line_list = transaction.objectValues(portal_type=\'Cash Delivery Line\')\n
......
246 248
\ 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