From 82e05a4de9d7117cf4c72c9c8d9c20f867ddd8f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 15 Feb 2006 18:55:56 +0000
Subject: [PATCH] removed a LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5713 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../AccountingTransactionModule_getSourceCredit.xml              | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml
index d99f5a4777..33331d7c9e 100755
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml
@@ -75,7 +75,6 @@ kw[\'section_category\'] = params.get(\'section_category\')\n
 kw[\'stat\'] = 1\n
 kw[\'omit_output\'] = 1\n
 kw[\'transaction\'] = context.getUid()\n
-kw[\'delivery.start_date\'] = "%"\n
 \n
 result = context.AccountingTransactionModule_zGetAccountingTransactionList(selection=selection, **kw)\n
 row = result[0]\n
-- 
2.30.9