[Erp5-report] r6415 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_ac...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 31 18:50:04 CEST 2006


Author: kevin
Date: Fri Mar 31 18:50:02 2006
New Revision: 6415

URL: http://svn.erp5.org?rev=6415&view=rev
Log:
Remove suffix "transaction_" of query parameters to prepare the full migration of accouting stuff to getInventory API.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml?rev=6415&r1=6414&r2=6415&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml Fri Mar 31 18:50:02 2006
@@ -160,13 +160,11 @@
   # Use custom SQL query to get Bank Account Balance (because standard getInventory doesn\'t work)\n
   if kw.has_key(\'bank_account_alt\') and kw[\'bank_account_alt\']:\n
     # Adapt parameters for the custom zSQLMethod\n
-    new_kw = { \'transaction_simulation_state\': get_inventory_kw[\'simulation_state\']\n
-             , \'getParentUid\'                : organisation_list[0].getUid()\n
+    new_kw = { \'getParentUid\'                : organisation_list[0].getUid()\n
              , \'getUid\'                      : get_inventory_kw[\'payment_uid\']\n
              , \'stat\'                        : 1\n
              }\n
     del get_inventory_kw[\'node_uid\']\n
-    del get_inventory_kw[\'simulation_state\']\n
     get_inventory_kw.update(new_kw)\n
 \n
     # Helpfull method to get the balance\n




More information about the Erp5-report mailing list