diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml index 56eaf52d1c82679f911e6a05a92403f94be2ff5f..0eb1fe41820769720f209eac501e1fd18b81e244 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml @@ -139,6 +139,8 @@ for delivery in delivery_list:\n line_list.append(Object(\n title=movement.hasTitle() and movement.getTitle() or\n delivery.getTitle(),\n + int_index=movement.getIntIndex(),\n + string_index=movement.getStringIndex(),\n parent_description=delivery.getDescription(),\n parent_reference=delivery.getReference(),\n specific_reference=delivery.getSourceReference(),\n @@ -168,6 +170,8 @@ for delivery in delivery_list:\n line_list.append(Object(\n title=movement.hasTitle() and movement.getTitle() or\n delivery.getTitle(),\n + int_index=movement.getIntIndex(),\n + string_index=movement.getStringIndex(),\n parent_description=delivery.getDescription(),\n parent_reference=delivery.getReference(),\n specific_reference=delivery.getDestinationReference(),\n diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingLineReportReportSection/listbox.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingLineReportReportSection/listbox.xml index 66a74aed967e52fe6d01d9644c160777d5d27042..b46b1bbcee2230786c972e9118d00036feebc807 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingLineReportReportSection/listbox.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingLineReportReportSection/listbox.xml @@ -86,6 +86,10 @@ <string>title</string> <string>Title</string> </tuple> + <tuple> + <string>int_index</string> + <string>Int Index</string> + </tuple> <tuple> <string>parent_description</string> <string>Description</string> @@ -138,6 +142,10 @@ <string>product_line</string> <string>Product Line</string> </tuple> + <tuple> + <string>string_index</string> + <string>String Index</string> + </tuple> <tuple> <string>date</string> <string>Operation Date</string> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 1f168c5962537cfd6c74ce3a659eb4b50474e111..0f327032150c11dce2c679c36f7204578e87a714 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1199 \ No newline at end of file +1201 \ No newline at end of file