[Erp5-report] r30834 - /erp5/trunk/products/ERP5/PropertySheet/Arrow.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Nov 24 09:41:10 CET 2009
Author: kazuhiko
Date: Tue Nov 24 09:41:09 2009
New Revision: 30834
URL: http://svn.erp5.org?rev=30834&view=rev
Log:
source_advice, destination_advice, source_transport and destination_transport are missing in _categories.
Modified:
erp5/trunk/products/ERP5/PropertySheet/Arrow.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Arrow.py?rev=30834&r1=30833&r2=30834&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] Tue Nov 24 09:41:09 2009
@@ -749,6 +749,8 @@
'source_carrier', 'destination_carrier',
'source_referral', 'destination_referral',
'source_account', 'destination_account',
+ 'source_advice', 'destination_advice',
+ 'source_transport', 'destination_transport',
# Virtual categories
'source_region', 'destination_region',
'source_payment_region', 'destination_payment_region',
More information about the Erp5-report
mailing list