From 81bab5f8f15a863417a8e36fe8da280b424b6c32 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 20 Jul 2004 09:47:16 +0000 Subject: [PATCH] added purchase invoice git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1259 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/ERP5Globals.py b/product/ERP5/ERP5Globals.py index 95dd9391f2..5ddb1a4f0e 100755 --- a/product/ERP5/ERP5Globals.py +++ b/product/ERP5/ERP5Globals.py @@ -40,7 +40,7 @@ variation_type_list = ('Variation', 'Variante Tissu', 'Variante Modele', node_type_list = ('Organisation','Person','Category','MetaNode',) -invoice_type_list = ('Invoice', 'Sale Invoice', 'Sales Invoice', 'Sale Invoice Transaction') +invoice_type_list = ('Invoice', 'Sale Invoice', 'Sales Invoice', 'Sale Invoice Transaction', 'Purchase Invoice') order_type_list = ('Order', 'Project', 'Samples Order', 'Packing Order','Production Order', 'Purchase Order', 'Sale Order', -- 2.30.9