[Erp5-report] r41647 jp - /erp5/trunk/products/ERP5/Document/PackingList.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 22 10:49:10 CET 2010


Author: jp
Date: Wed Dec 22 10:49:10 2010
New Revision: 41647

URL: http://svn.erp5.org?rev=41647&view=rev
Log:
Use Order ProperySheet instead of PackingList ProperySheet  since PackingList ProperySheet  is in reality not defined.

Modified:
    erp5/trunk/products/ERP5/Document/PackingList.py

Modified: erp5/trunk/products/ERP5/Document/PackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PackingList.py?rev=41647&r1=41646&r2=41647&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PackingList.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PackingList.py [utf8] Wed Dec 22 10:49:10 2010
@@ -77,7 +77,7 @@ class PackingList(Delivery):
                       , PropertySheet.Comment
                       , PropertySheet.Movement
                       , PropertySheet.TradeCondition
-                      , PropertySheet.PackingList
+                      , PropertySheet.Order
                       )
 
     security.declareProtected(Permissions.AccessContentsInformation, 



More information about the Erp5-report mailing list