diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_zGetNotGroupedMovementList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_zGetNotGroupedMovementList.xml index a713cab796526941e2d073bf99e58a91c4887bfe..647a7bbfe3e2ec10325126f47ff19edcbc0ac965 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_zGetNotGroupedMovementList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_zGetNotGroupedMovementList.xml @@ -166,7 +166,8 @@ Here, a group of movement means:\n mirror_section.relative_url as mirror_section_relative_url,\n mirror_section.title as mirror_section_title,\n stock.date as date,\n - IFNULL(stock.total_price, 0) as total_price\n + IFNULL(stock.total_price, 0) as total_price,\n + IFNULL(stock.quantity, 0) as total_quantity\n \n FROM catalog, stock LEFT JOIN catalog AS mirror_section on \n ( stock.mirror_section_uid = mirror_section.uid )\n @@ -195,7 +196,8 @@ Here, a group of movement means:\n mirror_section.relative_url as mirror_section_relative_url,\n mirror_section.title as mirror_section_title,\n stock.date as date,\n - IFNULL(stock.total_price, 0) as total_price\n + IFNULL(stock.total_price, 0) as total_price,\n + IFNULL(stock.quantity, 0) as total_quantity\n \n FROM catalog AS catalog_2, stock AS stock_2, \n catalog AS catalog, stock AS stock LEFT JOIN catalog AS mirror_section\n @@ -289,7 +291,8 @@ Here, a group of movement means:\n mirror_section.relative_url as mirror_section_relative_url,\n mirror_section.title as mirror_section_title,\n stock.date as date,\n - IFNULL(stock.total_price, 0) as total_price\n + IFNULL(stock.total_price, 0) as total_price,\n + IFNULL(stock.quantity, 0) as total_quantity\n \n FROM catalog, stock LEFT JOIN catalog AS mirror_section on \n ( stock.mirror_section_uid = mirror_section.uid )\n @@ -318,7 +321,8 @@ Here, a group of movement means:\n mirror_section.relative_url as mirror_section_relative_url,\n mirror_section.title as mirror_section_title,\n stock.date as date,\n - IFNULL(stock.total_price, 0) as total_price\n + IFNULL(stock.total_price, 0) as total_price,\n + IFNULL(stock.quantity, 0) as total_quantity\n \n FROM catalog AS catalog_2, stock AS stock_2, \n catalog AS catalog, stock AS stock LEFT JOIN catalog AS mirror_section\n diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index ccebf253585c96ddd9a591433a01917cde022af4..a570a3f2578dce1b7365a9f7de84651194a0aa9c 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1373 \ No newline at end of file +1374 \ No newline at end of file