Commit 38dcf5b7 authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b97f617
...@@ -105,7 +105,7 @@ if transaction.BankAccount_isMessagePending(bank_account):\n ...@@ -105,7 +105,7 @@ if transaction.BankAccount_isMessagePending(bank_account):\n
raise ValidationFailed, (msg,)\n raise ValidationFailed, (msg,)\n
\n \n
# Index the banking operation line so it impacts account position\n # Index the banking operation line so it impacts account position\n
transaxtion.BankingOperationLine_index(line)\n transaction.BankingOperationLine_index(line)\n
\n \n
# Check if the banking operation is correct. Do not depend on catalog because line might not be indexed immediatelly.\n # Check if the banking operation is correct. Do not depend on catalog because line might not be indexed immediatelly.\n
if - price != (line.getPrice() * line.getQuantity()):\n if - price != (line.getPrice() * line.getQuantity()):\n
...@@ -192,7 +192,6 @@ elif error[\'error_code\'] != 0:\n ...@@ -192,7 +192,6 @@ elif error[\'error_code\'] != 0:\n
<string>line</string> <string>line</string>
<string>bank_account</string> <string>bank_account</string>
<string>price</string> <string>price</string>
<string>transaxtion</string>
<string>error</string> <string>error</string>
</tuple> </tuple>
</value> </value>
......
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