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

update to side independant skin names


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54584e79
......@@ -111,9 +111,9 @@ if from_date:\n
params[\'from_date\'] = from_date\n
preferences[\'preferred_accounting_transaction_from_date\'] = from_date\n
if source_payment :\n
params[\'source_payment_uid\'] = context.restrictedTraverse(source_payment).getUid()\n
params[\'payment_uid\'] = context.restrictedTraverse(source_payment).getUid()\n
if destination_section :\n
params[\'destination_section_uid\'] = context.restrictedTraverse(destination_section).getUid()\n
params[\'mirror_section_uid\'] = context.restrictedTraverse(destination_section).getUid()\n
if account:\n
params[\'node_uid\'] = context.restrictedTraverse(account).getUid()\n
\n
......@@ -129,8 +129,8 @@ account_columns = (\n
# (\'translated_portal_type\', \'Type\'),\n
# (\'third_party\', \'Third Party\'),\n
# (\'translated_simulation_state_title\', \'State\'),\n
(\'source_debit\', \'Debit\'),\n
(\'source_credit\', \'Credit\'),\n
(\'debit\', \'Debit\'),\n
(\'credit\', \'Credit\'),\n
(\'reference\', \'Accounting Transaction Reference\'),\n
(\'net_balance\', \'Balance\'),\n
)\n
......@@ -164,12 +164,6 @@ return [ReportSection(\n
<key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList</string> </value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
......
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