From e3aef8b86a3e7bb303dcb1ec63d9ab8f10822b2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 14 Apr 2010 07:38:50 +0000
Subject: [PATCH] fix typo in the sign

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34536 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml   | 2 +-
 bt5/erp5_accounting/bt/revision                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
index ac4ae02455..85510dca3d 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
@@ -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
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 66dae0a039..3352d4fe15 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1175
\ No newline at end of file
+1176
\ No newline at end of file
-- 
2.30.9