diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml index a589c5f52df354e6754196e5ddb5436c0e2dd85f..680277f900eeee9469afd3db0ce1545ffa9a2ecb 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml @@ -663,7 +663,7 @@ destination_section_where_expression</string> </value> (\n SELECT\n <dtml-if stat>\n - stock.total_price, catalog.uid\n + stock.total_price, child.uid\n <dtml-elif count>\n catalog.uid\n <dtml-else>\n @@ -851,7 +851,7 @@ UNION\n (\n SELECT\n <dtml-if stat>\n - stock.total_price, catalog.uid\n + stock.total_price, child.uid\n <dtml-elif count>\n catalog.uid\n <dtml-else>\n @@ -1325,7 +1325,7 @@ UNION\n (\n SELECT\n <dtml-if stat>\n - stock.total_price, catalog.uid\n + stock.total_price, child.uid\n <dtml-elif count>\n catalog.uid\n <dtml-else>\n @@ -1513,7 +1513,7 @@ UNION\n (\n SELECT\n <dtml-if stat>\n - stock.total_price, catalog.uid\n + stock.total_price, child.uid\n <dtml-elif count>\n catalog.uid\n <dtml-else>\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index d5e7c400bc2fed0509de40dc6be3cdbbd23ec515..c659825d915589054405e7741f10247a60c53b42 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1162 \ No newline at end of file +1163 \ No newline at end of file