http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6788 Bug #: 6788 Summary: cardnumber removed when editing patron record Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 Component: Patrons AssignedTo: kyle.m.hall@gmail.com ReportedBy: jdeca@smfpl.org QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com 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 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.