Commit 2a4c7d7b authored by Romain Courteaud's avatar Romain Courteaud

Follow message renaming from r40763

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43139 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf04d770
...@@ -37,7 +37,7 @@ class VifibSalePackingListLineConstraint: ...@@ -37,7 +37,7 @@ class VifibSalePackingListLineConstraint:
'max_arity' : '1', 'max_arity' : '1',
'portal_type' : ('Computer Partition', 'Slave Partition'), 'portal_type' : ('Computer Partition', 'Slave Partition'),
'base_category' : ('aggregate'), 'base_category' : ('aggregate'),
'message_arity_with_portal_type_to_small': message, 'message_arity_with_portal_type_too_small': message,
'message_arity_with_portal_type_not_in_range': message, 'message_arity_with_portal_type_not_in_range': message,
}, },
{ 'id' : 'sale_packing_list_line_aggregate_hosting_subscription', { 'id' : 'sale_packing_list_line_aggregate_hosting_subscription',
...@@ -47,7 +47,7 @@ class VifibSalePackingListLineConstraint: ...@@ -47,7 +47,7 @@ class VifibSalePackingListLineConstraint:
'max_arity' : '1', 'max_arity' : '1',
'portal_type' : 'Hosting Subscription', 'portal_type' : 'Hosting Subscription',
'base_category' : ('aggregate'), 'base_category' : ('aggregate'),
'message_arity_with_portal_type_to_small': message, 'message_arity_with_portal_type_too_small': message,
'message_arity_with_portal_type_not_in_range': message, 'message_arity_with_portal_type_not_in_range': message,
}, },
{ 'id' : 'sale_packing_list_line_aggregate_software_instance', { 'id' : 'sale_packing_list_line_aggregate_software_instance',
...@@ -57,7 +57,7 @@ class VifibSalePackingListLineConstraint: ...@@ -57,7 +57,7 @@ class VifibSalePackingListLineConstraint:
'max_arity' : '1', 'max_arity' : '1',
'portal_type' : 'Software Instance', 'portal_type' : 'Software Instance',
'base_category' : ('aggregate'), 'base_category' : ('aggregate'),
'message_arity_with_portal_type_to_small': message, 'message_arity_with_portal_type_too_small': message,
'message_arity_with_portal_type_not_in_range': message, 'message_arity_with_portal_type_not_in_range': message,
}, },
{ 'id' : 'sale_packing_list_line_aggregate_software_release', { 'id' : 'sale_packing_list_line_aggregate_software_release',
...@@ -67,7 +67,7 @@ class VifibSalePackingListLineConstraint: ...@@ -67,7 +67,7 @@ class VifibSalePackingListLineConstraint:
'max_arity' : '1', 'max_arity' : '1',
'portal_type' : 'Software Release', 'portal_type' : 'Software Release',
'base_category' : ('aggregate'), 'base_category' : ('aggregate'),
'message_arity_with_portal_type_to_small': message, 'message_arity_with_portal_type_too_small': message,
'message_arity_with_portal_type_not_in_range': message, 'message_arity_with_portal_type_not_in_range': message,
}, },
) )
196 198
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment