[Erp5-report] r43317 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 14 15:09:49 CET 2011


Author: jerome
Date: Mon Feb 14 15:09:49 2011
New Revision: 43317

URL: http://svn.erp5.org?rev=43317&view=rev
Log:
take funding into account

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml?rev=43317&r1=43316&r2=43317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml [utf8] Mon Feb 14 15:09:49 2011
@@ -74,6 +74,8 @@ reversal = accounting_module.newContent 
     destination_project=context.getDestinationProject(),\n
     source_function=context.getSourceFunction(),\n
     destination_function=context.getDestinationFunction(),\n
+    source_funding=context.getProperty(\'source_funding\'),\n
+    destination_funding=context.getProperty(\'destination_funding\'),\n
     source_administration=context.getSourceAdministration(),\n
     destination_administration=context.getDestinationAdministration(),\n
     title = Base_translateString("Reversal Transaction for ${title}",\n
@@ -136,6 +138,7 @@ for line in line_list:\n
                 \'source_payment\', \'destination_payment\',\n
                 \'source_project\', \'destination_project\',\n
                 \'source_function\', \'destination_function\',\n
+                \'source_funding\', \'destination_funding\',\n
                 \'resource\', \'product_line\' ]:\n
     if line.getProperty(prop) != context.getProperty(prop):\n
       new_line.setProperty(prop, line.getProperty(prop))\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=43317&r1=43316&r2=43317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Feb 14 15:09:49 2011
@@ -1 +1 @@
-1440
\ No newline at end of file
+1441
\ No newline at end of file



More information about the Erp5-report mailing list