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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 30 10:49:01 CEST 2007


Author: jerome
Date: Fri Mar 30 10:49:00 2007
New Revision: 13813

URL: http://svn.erp5.org?rev=13813&view=rev
Log:
'context' does not exists in DTML namespace.


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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml?rev=13813&r1=13812&r2=13813&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml Fri Mar 30 10:49:00 2007
@@ -537,9 +537,9 @@
   <dtml-if omit_output> AND stock.total_price > 0\n
                         AND stock.uid = movement.uid\n
   </dtml-if>\n
-  <dtml-if expr="selection_name is not None and portal_selections.getSelectionInvertModeFor(selection_name) and len(context.portal_selections.getSelectionInvertModeUidListFor(selection_name)) > 0">\n
+  <dtml-if expr="selection_name is not None and portal_selections.getSelectionInvertModeFor(selection_name) and len(portal_selections.getSelectionInvertModeUidListFor(selection_name)) > 0">\n
     AND ( 0 = 1\n
-      <dtml-in expr="context.portal_selections.getSelectionInvertModeUidListFor(selection_name)">\n
+      <dtml-in expr="portal_selections.getSelectionInvertModeUidListFor(selection_name)">\n
         OR catalog.uid = <dtml-var sequence-item>\n
       </dtml-in>\n
     )\n
@@ -723,9 +723,9 @@
   <dtml-if omit_output> AND stock.total_price > 0\n
                         AND stock.uid = movement.uid\n
   </dtml-if>\n
-  <dtml-if expr="selection_name is not None and portal_selections.getSelectionInvertModeFor(selection_name) and len(context.portal_selections.getSelectionInvertModeUidListFor(selection_name)) > 0">\n
+  <dtml-if expr="selection_name is not None and portal_selections.getSelectionInvertModeFor(selection_name) and len(portal_selections.getSelectionInvertModeUidListFor(selection_name)) > 0">\n
     AND ( 0 = 1\n
-      <dtml-in expr="context.portal_selections.getSelectionInvertModeUidListFor(selection_name)">\n
+      <dtml-in expr="portal_selections.getSelectionInvertModeUidListFor(selection_name)">\n
         OR catalog.uid = <dtml-var sequence-item>\n
       </dtml-in>\n
     )\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=13813&r1=13812&r2=13813&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Fri Mar 30 10:49:00 2007
@@ -1,1 +1,1 @@
-231
+232




More information about the Erp5-report mailing list