From a5b9b1e8ee4a6eea4ecb402eab3b3931323c297e Mon Sep 17 00:00:00 2001 From: Indranil Das Gupta Date: Mon, 11 May 2015 04:36:17 +0530 Subject: [PATCH] Bug 14179 - Update currency field's maxlength attribute Updates 'maxlength' attribute of field 'currency' in the 'New currency' addition form to 255 and brings it in sync with the field width of corresponding `currency`.`currency` column. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index 57c38cf..dda6940 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -85,7 +85,7 @@ [% searchfield %] [% ELSE %] - Required + Required [% END %]
  • -- 1.9.1