From f8e5e68143d3c2f820f0e72db50309d7ebe98afe Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Mon, 21 Jun 2004 10:32:11 +0000 Subject: [PATCH] Add Pay Sheet Transaction into delivery_type_list. Add Pay Sheet Line and Pay Sheet Cell into invoice_movement_type_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1046 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Globals.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product/ERP5/ERP5Globals.py b/product/ERP5/ERP5Globals.py index 3538c2e155..e971246388 100755 --- a/product/ERP5/ERP5Globals.py +++ b/product/ERP5/ERP5Globals.py @@ -54,6 +54,7 @@ delivery_type_list = ('Delivery', 'Movement MP', 'Movement PF', 'Accounting Transaction', + 'Pay Sheet Transaction', 'Purchase Invoice Transaction', 'Sale Invoice Transaction', 'Production Packing List', @@ -70,6 +71,8 @@ variation_base_category_id_list = variation_base_category_list # Temp Patch invoice_movement_type_list = ( 'Invoice Line', 'Invoice Cell', + 'Pay Sheet Line', + 'Pay Sheet Cell', ) order_movement_type_list = ( @@ -179,4 +182,3 @@ future_inventory_state_list = ('planned', 'ordered',) column_base_category_list = ('taille', ) line_base_category_list = ('coloris', 'couleur', ) tab_base_category_list = ('morphologie', ) - -- 2.30.9