From 22bc6524fcaf1722b8dc175fb39246878447f88a Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Thu, 22 Jan 2004 09:27:12 +0000
Subject: [PATCH] Added invoice or invoice movement global var

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@247 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/ERP5Globals.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/ERP5Globals.py b/product/ERP5/ERP5Globals.py
index aeb8c0ee5c..a20a8f9e4f 100755
--- a/product/ERP5/ERP5Globals.py
+++ b/product/ERP5/ERP5Globals.py
@@ -106,6 +106,10 @@ order_or_delivery_or_invoice_movement_type_list = tuple(list(order_movement_type
                            list(invoice_movement_type_list)
                           )
 
+invoice_or_invoice_movement_type_list = tuple(list(invoice_type_list) + \
+                           list(invoice_movement_type_list)
+                          )
+
 acquisition_movement_type_list = order_or_delivery_or_invoice_movement_type_list
 
 movement_type_list = tuple(list(order_movement_type_list) + \
-- 
2.30.9