From fd4face2383034ccce56985522490c2e4f9b4765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 10 Jan 2006 10:37:35 +0000 Subject: [PATCH] (vincent) update to use correct getInventoryStat API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5064 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_getAccountingTransactionCount.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml index 4e468c4006..f656816b1f 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml @@ -108,11 +108,11 @@ if kw.get(\'stat\') :\n if selection.isInvertMode() :\n kwd[\'selection_uids\'] = selection.getInvertModeUidList()\n return context.portal_simulation.getInventoryStat(omit_simulation=1,\n - **kwd)\n + **kwd)[0][\'stock_uid\']\n \n return context.portal_simulation.getInventoryStat(node_uid=context.getUid(),\n omit_simulation=1,\n - **kwd)\n + **kwd)[0][\'stock_uid\']\n </string> </value> </item> <item> -- 2.30.9