[Erp5-report] r19832 - /erp5/trunk/products/ERP5/Document/Order.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 12 17:13:05 CET 2008
Author: alex
Date: Wed Mar 12 17:13:04 2008
New Revision: 19832
URL: http://svn.erp5.org?rev=19832&view=rev
Log:
remove isAccountable property, as a method with the same name exists as well
Modified:
erp5/trunk/products/ERP5/Document/Order.py
Modified: erp5/trunk/products/ERP5/Document/Order.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Order.py?rev=19832&r1=19831&r2=19832&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Order.py (original)
+++ erp5/trunk/products/ERP5/Document/Order.py Wed Mar 12 17:13:04 2008
@@ -42,7 +42,6 @@
meta_type = 'ERP5 Order'
portal_type = 'Order'
isDelivery = 1
- isAccountable = 0
# Declarative security
security = ClassSecurityInfo()
More information about the Erp5-report
mailing list