[Erp5-report] r19100 - /erp5/trunk/products/ERP5/Document/PackingList.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 6 14:38:19 CET 2008
Author: alex
Date: Wed Feb 6 14:38:18 2008
New Revision: 19100
URL: http://svn.erp5.org?rev=19100&view=rev
Log:
Task PropertySheet was defined twice.
Add TradeCondition PropertySheet, to be able to use PurchaseCondition acquired
accessors.
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=19100&r1=19099&r2=19100&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PackingList.py (original)
+++ erp5/trunk/products/ERP5/Document/PackingList.py Wed Feb 6 14:38:18 2008
@@ -78,7 +78,7 @@
, PropertySheet.Arrow
, PropertySheet.Comment
, PropertySheet.Movement
- , PropertySheet.Task
+ , PropertySheet.TradeCondition
)
security.declareProtected(Permissions.AccessContentsInformation,
More information about the Erp5-report
mailing list