From b673d8cbb97563537e73753735a02394cf30f2f5 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Fri, 14 Apr 2006 21:16:13 +0000 Subject: [PATCH] Minor changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6708 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Account_viewAccountingTransactionList.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewAccountingTransactionList.xml index 99a61a982b..7a07cd7ce5 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewAccountingTransactionList.xml @@ -45,6 +45,12 @@ <tuple/> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> @@ -92,6 +98,7 @@ <key> <string>left</string> </key> <value> <list> + <string>account</string> <string>preferred_from_date</string> <string>preferred_at_date</string> </list> -- 2.30.9