Commit 726f76a5 authored by Jérome Perrin's avatar Jérome Perrin

wrong variable name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4a12d78
...@@ -97,7 +97,7 @@ total_payable_price_details = \\\n ...@@ -97,7 +97,7 @@ total_payable_price_details = \\\n
context.Invoice_getRemainingTotalPayablePrice(detailed=True)\n context.Invoice_getRemainingTotalPayablePrice(detailed=True)\n
\n \n
# if there\'s nothing more to pay, don\'t create an empty transaction\n # if there\'s nothing more to pay, don\'t create an empty transaction\n
if sum(total_payable_price_per_node_section.values()) == 0:\n if sum(total_payable_price_details.values()) == 0:\n
if not batch_mode:\n if not batch_mode:\n
return context.REQUEST.RESPONSE.redirect(\n return context.REQUEST.RESPONSE.redirect(\n
"%s/view?portal_status_message=%s" % (\n "%s/view?portal_status_message=%s" % (\n
...@@ -229,7 +229,6 @@ else:\n ...@@ -229,7 +229,6 @@ else:\n
<string>True</string> <string>True</string>
<string>total_payable_price_details</string> <string>total_payable_price_details</string>
<string>sum</string> <string>sum</string>
<string>total_payable_price_per_node_section</string>
<string>None</string> <string>None</string>
<string>str</string> <string>str</string>
<string>unicode</string> <string>unicode</string>
......
187 188
\ 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