From a18f46f88ce7f943effb1a6f4e6e29b8c95eacd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 25 Jul 2006 16:12:02 +0000 Subject: [PATCH] 2006-07-25 aurel * add usual cash incident module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8760 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../IncomingCashSortingIncidentLine_getBaobabDestination.xml | 2 +- .../OutgoingCashSortingIncidentLine_getBaobabSource.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/IncomingCashSortingIncidentLine_getBaobabDestination.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/IncomingCashSortingIncidentLine_getBaobabDestination.xml index d58fe5ac26..9dfe397308 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/IncomingCashSortingIncidentLine_getBaobabDestination.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/IncomingCashSortingIncidentLine_getBaobabDestination.xml @@ -68,7 +68,7 @@ </item> <item> <key> <string>_body</string> </key> - <value> <string>return "%s/surface/salle_de_tri/encaisse_des_differences" %(context.getSource(),)\n + <value> <string>return "%s/surface/salle_tri/encaisse_des_differences" %(context.getSource(),)\n </string> </value> </item> <item> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/OutgoingCashSortingIncidentLine_getBaobabSource.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/OutgoingCashSortingIncidentLine_getBaobabSource.xml index 8d62700286..3a2e0932cd 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/OutgoingCashSortingIncidentLine_getBaobabSource.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/OutgoingCashSortingIncidentLine_getBaobabSource.xml @@ -68,7 +68,7 @@ </item> <item> <key> <string>_body</string> </key> - <value> <string>return "%s/surface/salle_de_tri/encaisse_des_differences" %(context.getSource(),)\n + <value> <string>return "%s/surface/salle_tri/encaisse_des_differences" %(context.getSource(),)\n </string> </value> </item> <item> -- 2.30.9