[Erp5-report] r40240 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 12 15:03:12 CET 2010


Author: jerome
Date: Fri Nov 12 15:03:12 2010
New Revision: 40240

URL: http://svn.erp5.org?rev=40240&view=rev
Log:
only show validated organisations

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getDestinationSectionItemList.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getDestinationSectionItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getDestinationSectionItemList.xml?rev=40240&r1=40239&r2=40240&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getDestinationSectionItemList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getDestinationSectionItemList.xml [utf8] Fri Nov 12 15:03:12 2010
@@ -50,7 +50,8 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>section_item_list = context.Base_getPreferredSectionItemList(portal_type=\'Organisation\')\n
+            <value> <string>section_item_list = context.Base_getPreferredSectionItemList(\n
+   portal_type=\'Organisation\', validation_state=\'validated\')\n
 current_destination_section = context.getDestinationSection()\n
 if current_destination_section is not None and\\\n
     current_destination_section not in zip(*section_item_list)[1]:\n

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml?rev=40240&r1=40239&r2=40240&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getSourceSectionItemList.xml [utf8] Fri Nov 12 15:03:12 2010
@@ -50,7 +50,8 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>section_item_list = context.Base_getPreferredSectionItemList(portal_type=\'Organisation\')\n
+            <value> <string>section_item_list = context.Base_getPreferredSectionItemList(\n
+   portal_type=\'Organisation\', validation_state=\'validated\')\n
 current_source_section = context.getSourceSection()\n
 if current_source_section is not None and\\\n
     current_source_section not in zip(*section_item_list)[1]:\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=40240&r1=40239&r2=40240&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Nov 12 15:03:12 2010
@@ -1 +1 @@
-1388
\ No newline at end of file
+1390
\ No newline at end of file




More information about the Erp5-report mailing list