From fb05eaa09d1cb0911adad1c3add4c4afabb014df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 24 Oct 2006 08:53:56 +0000
Subject: [PATCH] debit/credit was inverted for stat method on
 PurchaseInvoiceTransaction_viewSourceAccounting

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

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PurchaseInvoiceTransaction_viewSourceAccounting/listbox.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PurchaseInvoiceTransaction_viewSourceAccounting/listbox.xml
index 350a65c353..e55d9988d2 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PurchaseInvoiceTransaction_viewSourceAccounting/listbox.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PurchaseInvoiceTransaction_viewSourceAccounting/listbox.xml
@@ -542,11 +542,11 @@
                     <value>
                       <list>
                         <tuple>
-                          <string>source_credit</string>
+                          <string>source_debit</string>
                           <string>AccountingTransactionLine_statSourceDebit</string>
                         </tuple>
                         <tuple>
-                          <string>source_debit</string>
+                          <string>source_credit</string>
                           <string>AccountingTransactionLine_statSourceCredit</string>
                         </tuple>
                       </list>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 56749c830e..c4fbb1cfac 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-96
\ No newline at end of file
+97
\ No newline at end of file
-- 
2.30.9