Commit e3aef8b8 authored by Jérome Perrin's avatar Jérome Perrin

fix typo in the sign

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ac767cf
......@@ -217,7 +217,7 @@ for related_transaction in related_transaction_list:\n
line_section = line.getDestinationSection()\n
mirror_section = line.getSourceSection()\n
if quantity:\n
amount = -line.getQuantity()\n
amount = line.getQuantity()\n
else:\n
amount = line.getDestinationInventoriatedTotalAssetPrice() or 0\n
date = line.getStopDate().earliestTime()\n
......
1175
\ No newline at end of file
1176
\ 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