From e57fab6059add12e1e9de53d68674d24cee40ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 30 Mar 2011 09:20:37 +0000 Subject: [PATCH] list properties are not acquired like they use to be ... add _list property for now git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44777 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../DefaultSupply/internal_supply_line_property.xml | 1 + .../DefaultSupply/purchase_supply_line_property.xml | 1 + .../DefaultSupply/sale_supply_line_property.xml | 1 + product/ERP5/bootstrap/erp5_property_sheets/bt/revision | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml index f236b3813b..fe848a6e16 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/internal_supply_line_property.xml @@ -67,6 +67,7 @@ <string>source_value</string> <string>destination_value</string> <string>quantity_step</string> + <string>quantity_step_list</string> <string>priced_quantity</string> <string>start_date</string> <string>stop_date</string> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml index 35dbf537f1..c8f36f3c2d 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/purchase_supply_line_property.xml @@ -67,6 +67,7 @@ <string>source_value</string> <string>destination_value</string> <string>quantity_step</string> + <string>quantity_step_list</string> <string>priced_quantity</string> <string>start_date</string> <string>stop_date</string> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml index 5b64cd8919..d52f15a67e 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/DefaultSupply/sale_supply_line_property.xml @@ -67,6 +67,7 @@ <string>source_value</string> <string>destination_value</string> <string>quantity_step</string> + <string>quantity_step_list</string> <string>priced_quantity</string> <string>start_date</string> <string>stop_date</string> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision index 3cacc0b93c..ca7bf83ac5 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision +++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision @@ -1 +1 @@ -12 \ No newline at end of file +13 \ No newline at end of file -- 2.30.9