Commit 803d34f6 authored by Łukasz Nowak's avatar Łukasz Nowak

- next script was covering erp5_accounting, named it specially for polish accounting

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15355 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3e70c9f
......@@ -277,7 +277,7 @@ return result\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>AccountingTransactionModule_getJournalAccountingTransactionList</string> </value>
<value> <string>AccountingTransactionModule_getJournalAccountingTransactionPolishAccountingList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -151,7 +151,7 @@
</table:table-cell>\n
</table:table-row>\n
\n
<table:table-row table:style-name=\'ro1\' tal:repeat="transaction python:here.AccountingTransactionModule_getJournalAccountingTransactionList()">\n
<table:table-row table:style-name=\'ro1\' tal:repeat="transaction python:here.AccountingTransactionModule_getJournalAccountingTransactionPolishAccountingList()">\n
<table:table-cell table:style-name=\'ce3\' office:value-type=\'date\'>\n
<text:p tal:content="transaction/date"></text:p>\n
</table:table-cell>\n
......
23
\ No newline at end of file
24
\ No newline at end of file
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