[Erp5-report] r25357 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 29 09:42:39 CET 2009


Author: jerome
Date: Thu Jan 29 09:42:38 2009
New Revision: 25357

URL: http://svn.erp5.org?rev=25357&view=rev
Log:
handle movement table like in other select methods

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml?rev=25357&r1=25356&r2=25357&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml [utf8] Thu Jan 29 09:42:38 2009
@@ -141,7 +141,7 @@
   , catalog as parent\n
   , catalog as grandparent\n
 <dtml-in prefix="table" expr="from_table_list"> \n
-  <dtml-if expr="table_key != \'catalog\'">\n
+  <dtml-if expr="table_key not in (\'catalog\', \'movement\')">\n
   , <dtml-var table_item> AS <dtml-var table_key>\n
   </dtml-if>\n
 </dtml-in>\n
@@ -223,7 +223,7 @@
   , catalog as parent\n
   , catalog as grandparent\n
 <dtml-in prefix="table" expr="from_table_list"> \n
-  <dtml-if expr="table_key != \'catalog\'">\n
+  <dtml-if expr="table_key not in (\'catalog\', \'movement\')">\n
   , <dtml-var table_item> AS <dtml-var table_key>\n
   </dtml-if>\n
 </dtml-in>\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=25357&r1=25356&r2=25357&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Jan 29 09:42:38 2009
@@ -1,1 +1,1 @@
-853
+854




More information about the Erp5-report mailing list