diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.py b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.py
index ad7cc4d4f0443b2c5dde3a5ceacedfe57abcb579..07fda6e3ee09c044619afc446e2743953491b780 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.py
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.py
@@ -31,7 +31,7 @@ if organisation:
       while group_value.getPortalType() != 'Base Category':
         uid_list.append(group_value.getUid())
         group_value = group_value.getParentValue()
-      search_kw['parent_strict_group_uid'] = uid_list
+      search_kw['strict_parent_group_uid'] = uid_list
       search_kw['parent_portal_type'] = 'Organisation'
       bank_account_list = portal.portal_catalog(**search_kw)