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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 22 16:01:51 CEST 2007


Author: jerome
Date: Mon Oct 22 16:01:50 2007
New Revision: 17093

URL: http://svn.erp5.org?rev=17093&view=rev
Log:
Default (omit_input=0 and omit_output=0) stat was not returned

Added:
    erp5/trunk/bt5/erp5_accounting/bt/template_tool_id_list
Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml?rev=17093&r1=17092&r2=17093&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml Mon Oct 22 16:01:50 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.PythonScripts.PythonScript</string>
-          <string>PythonScript</string>
-        </tuple>
-        <none/>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -124,6 +121,10 @@
            **params) + max(period_openning_balance, 0)\n
     elif omit_input:\n
       return getInventoryAssetPrice(omit_input=1,\n
+           from_date=period_start_date,\n
+           at_date=at_date,\n
+           **params) - max(-period_openning_balance, 0)\n
+    return getInventoryAssetPrice(\n
            from_date=period_start_date,\n
            at_date=at_date,\n
            **params) - max(-period_openning_balance, 0)\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=17093&r1=17092&r2=17093&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Mon Oct 22 16:01:50 2007
@@ -1,1 +1,1 @@
-443
+444

Added: erp5/trunk/bt5/erp5_accounting/bt/template_tool_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_tool_id_list?rev=17093&view=auto
==============================================================================
    (empty)




More information about the Erp5-report mailing list