From 6fdadfc59fa58520e3c6cb10bdb33f56551d36e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 27 Sep 2006 09:32:07 +0000
Subject: [PATCH] 2006-09-27 aurel * fix script for getBaobabDestinationPayment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10346 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../BankingOperationLine_getBaobabDestinationPayment.xml       | 2 +-
 bt5/erp5_banking_core/bt/change_log                            | 3 +++
 bt5/erp5_banking_core/bt/revision                              | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_getBaobabDestinationPayment.xml b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_getBaobabDestinationPayment.xml
index 2d04709ba0..025bc2fa6e 100644
--- a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_getBaobabDestinationPayment.xml
+++ b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankingOperationLine_getBaobabDestinationPayment.xml
@@ -68,7 +68,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>return context.getSourcePayment() or context.aq_parent.getBaobabSourcePayment()\n
+            <value> <string>return context.getDestinatonPayment() or context.aq_parent.getBaobabDestinationPayment()\n
 </string> </value>
         </item>
         <item>
diff --git a/bt5/erp5_banking_core/bt/change_log b/bt5/erp5_banking_core/bt/change_log
index f404a1be60..f320ef5812 100644
--- a/bt5/erp5_banking_core/bt/change_log
+++ b/bt5/erp5_banking_core/bt/change_log
@@ -1,3 +1,6 @@
+2006-09-27 aurel
+* add script for getBaobabDestinationPayment
+
 2006-09-07 aurel
 * remove foreign check module
 
diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision
index 7813681f5b..c7930257df 100644
--- a/bt5/erp5_banking_core/bt/revision
+++ b/bt5/erp5_banking_core/bt/revision
@@ -1 +1 @@
-5
\ No newline at end of file
+7
\ No newline at end of file
-- 
2.30.9