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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 7 12:07:18 CET 2008


Author: yusei
Date: Thu Feb  7 12:07:17 2008
New Revision: 19121

URL: http://svn.erp5.org?rev=19121&view=rev
Log:
2008-2-7 yusei
* Fixed filtering bug on accounting module list view when jump in from entity.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log
    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=19121&r1=19120&r2=19121&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 Thu Feb  7 12:07:17 2008
@@ -738,7 +738,7 @@
               <dtml-var "restrictedTraverse(resource).getUid()"> </dtml-if>\n
           -- SOURCE SECTION!!!!!\n
           <dtml-if entity>\n
-            AND delivery.source_section_uid =<dtml-var "restrictedTraverse(entity).getUid()">\n
+            AND delivery.destination_section_uid =<dtml-var "restrictedTraverse(entity).getUid()">\n
           </dtml-if>\n
           <dtml-if section_category>\n
             AND category.uid = delivery.source_section_uid\n
@@ -921,7 +921,7 @@
               <dtml-var "restrictedTraverse(resource).getUid()"> </dtml-if>\n
           -- DESTINATION SECTION!!!!!\n
           <dtml-if entity>\n
-            AND delivery.destination_section_uid = <dtml-var "restrictedTraverse(entity).getUid()">\n
+            AND delivery.source_section_uid = <dtml-var "restrictedTraverse(entity).getUid()">\n
           </dtml-if>\n
           <dtml-if section_category>\n
             AND category.uid = delivery.destination_section_uid\n
@@ -1382,7 +1382,7 @@
               <dtml-var "restrictedTraverse(resource).getUid()"> </dtml-if>\n
           -- SOURCE SECTION!!!!!\n
           <dtml-if entity>\n
-            AND delivery.source_section_uid =<dtml-var "restrictedTraverse(entity).getUid()">\n
+            AND delivery.destination_section_uid =<dtml-var "restrictedTraverse(entity).getUid()">\n
           </dtml-if>\n
           <dtml-if section_category>\n
             AND category.uid = delivery.source_section_uid\n
@@ -1565,7 +1565,7 @@
               <dtml-var "restrictedTraverse(resource).getUid()"> </dtml-if>\n
           -- DESTINATION SECTION!!!!!\n
           <dtml-if entity>\n
-            AND delivery.destination_section_uid = <dtml-var "restrictedTraverse(entity).getUid()">\n
+            AND delivery.source_section_uid = <dtml-var "restrictedTraverse(entity).getUid()">\n
           </dtml-if>\n
           <dtml-if section_category>\n
             AND category.uid = delivery.destination_section_uid\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=19121&r1=19120&r2=19121&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log Thu Feb  7 12:07:17 2008
@@ -1,3 +1,6 @@
+2008-2-7 yusei
+* Fixed filtering bug on accounting module list view when jump in from entity.
+
 2008-2-5 yusei
 * Fixed third party column issue and optimize the query.
 

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=19121&r1=19120&r2=19121&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Thu Feb  7 12:07:17 2008
@@ -1,1 +1,1 @@
-593
+598




More information about the Erp5-report mailing list