diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml
index abfbc8ca1ec93184de30099a89f8b94c92b6ac4b..8da577ae5ae42842698ca37d7ab1846a4afda9af 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml
@@ -130,7 +130,7 @@ def getItemList(category=None, portal_path=None, mirror=0, omit_filter=0,\n
 # wrap the previous method in a cache\n
 getItemList = CachingMethod(getItemList,\n
                             id=\'AccountingTransactionLine_getNodeItemList\',\n
-                            cache_factory=\'erp5_content_long\')\n
+                            cache_factory=\'erp5_content_short\')\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