diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml
index 50ca0f672aa6ccdd9986004fe42b0b9c1e48350a..d45af70bb4f8bf2e91c2b944def2ce97929e501c 100755
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml
@@ -78,8 +78,8 @@ if kw.get(\'no_from_date\', 0) :\n
 else :\n
   from_date = kw.get(\'from_date\', preference\\\n
                         .getPreferredAccountingTransactionFromDate())\n
-if from_date :\n
-  kwd[\'from_date\'] = from_date\n
+if from_date:\n
+    kwd[\'from_date\'] = from_date\n
 at_date = kw.get(\'at_date\', preference\\\n
                         .getPreferredAccountingTransactionAtDate())\n
 if at_date :\n