[Bug 6788] New: cardnumber removed when editing patron record
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6788 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ian.walls@bywatersolutions. | |com Resolution| |DUPLICATE --- Comment #1 from Ian Walls <ian.walls@bywatersolutions.com> 2011-08-30 19:43:20 UTC --- 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 *** -- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org