[Erp5-report] r43486 jm - in /erp5/trunk/bt5/erp5_trade: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 19 03:10:42 CET 2011


Author: jm
Date: Sat Feb 19 03:10:41 2011
New Revision: 43486

URL: http://svn.erp5.org?rev=43486&view=rev
Log:
erp5_trade: fix duplicate id in InventoryConstraint

Modified:
    erp5/trunk/bt5/erp5_trade/PropertySheetTemplateItem/InventoryConstraint.py
    erp5/trunk/bt5/erp5_trade/bt/revision

Modified: erp5/trunk/bt5/erp5_trade/PropertySheetTemplateItem/InventoryConstraint.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PropertySheetTemplateItem/InventoryConstraint.py?rev=43486&r1=43485&r2=43486&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PropertySheetTemplateItem/InventoryConstraint.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/PropertySheetTemplateItem/InventoryConstraint.py [utf8] Sat Feb 19 03:10:41 2011
@@ -36,14 +36,14 @@ class InventoryConstraint:
     'id': 'duplicate_inventory',
     'type': 'DuplicateInventory',
     },
-    { 'id'            : 'category_existence',
+    { 'id'            : 'destination_category_existence',
       'description'   : 'Destination must be defined',
       'type'          : 'CategoryExistence',
       'portal_type'   : Expression('python: portal.getPortalNodeTypeList()'),
       'destination'        : 1,
       'message_category_not_set': 'Wharehouse must be defined',
     },
-    { 'id'            : 'category_existence',
+    { 'id'            : 'destination_section_category_existence',
       'description'   : 'Destination section must be defined',
       'type'          : 'CategoryExistence',
       'portal_type'   : Expression('python: portal.getPortalNodeTypeList()'),

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=43486&r1=43485&r2=43486&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision [utf8] Sat Feb 19 03:10:41 2011
@@ -1 +1 @@
-1101
\ No newline at end of file
+1102
\ No newline at end of file



More information about the Erp5-report mailing list