diff --git a/product/ERP5/ERP5Globals.py b/product/ERP5/ERP5Globals.py
index 5ddb1a4f0e6347fcd11e145daa7a8cce0feb2809..bf6e9524425de227fb6f78432f30bb68df850259 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', 'Purchase Invoice')
+invoice_type_list = ('Invoice', 'Sale Invoice', 'Sales Invoice', 'Sale Invoice Transaction')
 
 order_type_list = ('Order', 'Project', 'Samples Order',
                    'Packing Order','Production Order', 'Purchase Order', 'Sale Order',
@@ -63,6 +63,7 @@ delivery_type_list = ('Delivery',
                       'Production Packing List',
                       'Production Report',
                       'Balance Transaction',
+                      'Payment Transaction',
                       )
 
 order_or_delivery_type_list = tuple(list(order_type_list) + list(delivery_type_list))