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

use bigger cache for the list of accounts

parent 5e0c85fd
......@@ -129,7 +129,8 @@ def getItemList(category=None, portal_path=None, mirror=0, omit_filter=0,\n
\n
# wrap the previous method in a cache\n
getItemList = CachingMethod(getItemList,\n
id=\'AccountingTransactionLine_getNodeItemList\')\n
id=\'AccountingTransactionLine_getNodeItemList\',\n
cache_factory=\'erp5_content_long\')\n
\n
# the cache vary with the simulation state of the current transaction,\n
# to display all accounts when the transaction is already delivered.\n
......
1528
\ No newline at end of file
1529
\ 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