diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml index 2ca74fa0502bd19bfce451cad9c6b84119d34ce7..7454f40f4a4af1a335835e28d5802c52656eb00e 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalSectionLineList.xml @@ -127,7 +127,7 @@ for brain in portal.portal_simulation.getMovementHistoryList(\n else:\n specific_reference = transaction.getDestinationReference()\n displayed_transaction[transaction.getUid()] = 1\n - title = mvt.getTitle() or transaction.getTitle()\n + title = mvt.hasTitle() and mvt.getTitle() or transaction.getTitle()\n date = brain.date\n else:\n specific_reference = \'\'\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index f95076e1d68b84bd07c51af7c6b823f41522e3ab..8e3d0d813a6d771487970be78fcb6e19ab212789 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -662 \ No newline at end of file +663 \ No newline at end of file