From b5104f361fb8428b4eeefbb1e265671df653531f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 13 Dec 2007 13:34:02 +0000 Subject: [PATCH] remove log git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18304 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_banking_core/BankAccount_checkAvailableBalance.xml | 5 ++--- bt5/erp5_banking_core/bt/revision | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankAccount_checkAvailableBalance.xml b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankAccount_checkAvailableBalance.xml index 243fa13b06..71f2140996 100644 --- a/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankAccount_checkAvailableBalance.xml +++ b/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/BankAccount_checkAvailableBalance.xml @@ -90,8 +90,8 @@ if resource is None :\n \n # Next, check the balance of the account\n account_balance = resource.getAvailableInventory(payment=payment, src__=src__)\n -context.log("account balance",account_balance)\n -context.log("resource payement", str((resource,payment)))\n +# context.log("account balance",account_balance)\n +# context.log("resource payement", str((resource,payment)))\n if src__ :\n return account_balance \n \n @@ -173,7 +173,6 @@ return {\'error_code\':0, \'balance\':account_balance} # ok\n <string>None</string> <string>AttributeError</string> <string>account_balance</string> - <string>str</string> </tuple> </value> </item> diff --git a/bt5/erp5_banking_core/bt/revision b/bt5/erp5_banking_core/bt/revision index 25493604ef..c0220a2ad4 100644 --- a/bt5/erp5_banking_core/bt/revision +++ b/bt5/erp5_banking_core/bt/revision @@ -1 +1 @@ -395 \ No newline at end of file +397 \ No newline at end of file -- 2.30.9