diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml index 5e3cabd64c492a00a5df679cb553bec2ec85f90a..f9ee586ffa1cd462cabbd864d4e4388e229340a1 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml @@ -74,6 +74,8 @@ reversal = accounting_module.newContent (\n 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 diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index eeced4b422c2350ff60b55939a7ed44912f4ac6d..e491804da4015ccef3185ec391e622bae5980b25 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1440 \ No newline at end of file +1441 \ No newline at end of file