diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py index 5c0ebd10b377cd520d991d016a766aa100c3a81f..9cf2b69ab005dd866fb139f07f58a5dcbb99cc69 100755 --- a/product/ERP5/ERP5Defaults.py +++ b/product/ERP5/ERP5Defaults.py @@ -64,7 +64,6 @@ portal_delivery_type_list = ('Delivery', 'Payment Transaction', 'Amortisation Transaction', 'Pay Sheet Transaction', - 'Cash Transfer', ) portal_variation_base_category_list = ('coloris', 'taille', 'variante', 'morphologie') @@ -112,7 +111,6 @@ portal_delivery_movement_type_list = ( 'Container Line', 'Container Cell', 'Balance Transaction Line', - 'Cash Transfer Line', ) portal_acquisition_movement_type_list = portal_order_movement_type_list + portal_delivery_movement_type_list + portal_invoice_movement_type_list