[Erp5-report] r29977 - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 23 15:48:42 CEST 2009


Author: kazuhiko
Date: Fri Oct 23 15:48:42 2009
New Revision: 29977

URL: http://svn.erp5.org?rev=29977&view=rev
Log:
add 'Internal Supply Line' in Base.getIdTranslationDict().

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=29977&r1=29976&r2=29977&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Fri Oct 23 15:48:42 2009
@@ -2489,6 +2489,8 @@
           social_insurance_annotation_line='Social Insurance Annotation Line',
           overtime_annotation_line='Overtime Annotation Line'),
         'Image': dict(default_image='Default Image'),
+        'Internal Supply Line': dict(internal_supply_line=
+                                     'Default Internal Supply Line'),
         'Purchase Supply Line': dict(purchase_supply_line=
                                     'Default Purchase Supply Line'),
         'Sale Supply Line': dict(sale_supply_line=




More information about the Erp5-report mailing list