Commit ca71366b authored by Jérome Perrin's avatar Jérome Perrin

sections sides in AccountingTransaction_getSpecificReference was reverted.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10594 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8ea825d
......@@ -86,8 +86,8 @@ else:\n
\n
source_section = transaction.getSourceSectionValue()\n
if source_section is not None and source_section.isMemberOf(section_category):\n
return transaction.getDestinationReference()\n
return transaction.getSourceReference()\n
return transaction.getSourceReference()\n
return transaction.getDestinationReference()\n
</string> </value>
</item>
<item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment