[Erp5-report] r16635 - in /erp5/trunk/bt5/erp5_banking_cash: SkinTemplateItem/portal_skins/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 26 21:06:32 CEST 2007
Author: seb
Date: Wed Sep 26 21:06:31 2007
New Revision: 16635
URL: http://svn.erp5.org?rev=16635&view=rev
Log:
do not change the destination if already define on the document in the getBaobabDestination script of internal money deposit
Modified:
erp5/trunk/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyDeposit_getBaobabDestination.xml
erp5/trunk/bt5/erp5_banking_cash/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyDeposit_getBaobabDestination.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyDeposit_getBaobabDestination.xml?rev=16635&r1=16634&r2=16635&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyDeposit_getBaobabDestination.xml (original)
+++ erp5/trunk/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/InternalMoneyDeposit_getBaobabDestination.xml Wed Sep 26 21:06:31 2007
@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>destination = context.getDestination()\n
if destination is not None:\n
- return destination+\'/encaisse_des_billets_et_monnaies/entrante\'\n
+ return destination\n
# calculate the destination\n
# must use owner to know site letter\n
site_list = context.Baobab_getUserAssignedSiteList(user_id=context.Base_getOwnerId())\n
Modified: erp5/trunk/bt5/erp5_banking_cash/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_cash/bt/revision?rev=16635&r1=16634&r2=16635&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_cash/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_cash/bt/revision Wed Sep 26 21:06:31 2007
@@ -1,1 +1,1 @@
-507
+508
More information about the Erp5-report
mailing list