From b3f8265ca9ebe5dc354688a71c0990b6b284fdc6 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 30 Mar 2006 23:32:26 +0000 Subject: [PATCH] Increase field lenght to not frustrate user (time to use proxy field everywhere). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6366 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_accounting/InvoiceLine_view/my_title.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view/my_title.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view/my_title.xml index 26db111463..c920ef323f 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view/my_title.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view/my_title.xml @@ -211,7 +211,7 @@ </item> <item> <key> <string>display_width</string> </key> - <value> <int>10</int> </value> + <value> <int>40</int> </value> </item> <item> <key> <string>editable</string> </key> -- 2.30.9