Bug 3818 Allow 10 characters in bookfund id input
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 30 Nov 2009 14:06:51 +0000 (14:06 +0000)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 1 Dec 2009 09:30:40 +0000 (10:30 +0100)
Field is varchar(10) allow all characters to be used

koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl

index eb464b9..eb75a67 100644 (file)
     </li>
   <!-- TMPL_ELSE -->
     <li><label for="bookfundid">Fund: </label>
-        <input type="text" name="bookfundid" id="bookfundid" size="5" maxlength="5" onblur="toUC(this)" />
+        <input type="text" name="bookfundid" id="bookfundid" size="10" maxlength="10" onblur="toUC(this)" />
     </li>
   <!-- /TMPL_IF --> <!-- add_or_modify -->