Topic: Item Code length limited in the box for entering.
I have increased the length of the item code in the database, but how do I increase the length of the box during entry. It appears to be limited to maxlength of 25 only.
I used view page source on items.php and the following is shown.
<tr><td class='label'>Item Code:</td><td><input type="text" name="NewStockID" size="26" maxlength="25" value=""></td>
I used version FA 2.4.13