Koha version 3.05.00.004 When editing a patron record using the small 'edit' link (step_1) the hidden field for cardnumber is missing on the form. When the record is saved, it is saved with a blank cardnumber. I fixed it in the memberentrygen.tt Added around line 156. [% IF (step) %]<input type="hidden" name="cardnumber" value="[% cardnumber %]" />[% END %] Jorge
A very similar fix has been implemented for bug 6611, and is now integrated into Koha. *** This bug has been marked as a duplicate of bug 6611 ***