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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 17 16:30:28 CEST 2007


Author: seb
Date: Mon Sep 17 16:30:28 2007
New Revision: 16411

URL: http://svn.erp5.org?rev=16411&view=rev
Log:
we should add Task propertysheet to packing list because a packing list needs start and stop dates

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=16411&r1=16410&r2=16411&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PackingList.py (original)
+++ erp5/trunk/products/ERP5/Document/PackingList.py Mon Sep 17 16:30:28 2007
@@ -77,6 +77,7 @@
                       , PropertySheet.Arrow
                       , PropertySheet.Comment
                       , PropertySheet.Movement
+                      , PropertySheet.Task
                       )
 
     security.declareProtected(Permissions.AccessContentsInformation, 




More information about the Erp5-report mailing list