diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml index bb8652a568404f484f72f1943b93593487ba6a00..2f2512fda0f222076e6465f959be96a76bddbe2c 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml @@ -93,7 +93,7 @@ total_credit = 0\n \n line_list = []\n for brain in portal.Base_zGetNotGroupedMovementList(\n - at_date=from_date,\n + at_date=from_date - 1, # this is not to_date\n simulation_state=params[\'simulation_state\'],\n # XXX this adds a need for account\n # ie. impossible to produce this report only\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 52f6c1a7a0e6648b65c77f6cfff32f6b5034ee55..0a1b63de8b7729fb88b737257363f50fa7dd4e03 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -352 \ No newline at end of file +353 \ No newline at end of file