[Koha-bugs] [Bug 6788] New: cardnumber removed when editing patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 23:34:03 CEST 2011


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 at gmail.com
        ReportedBy: jdeca at smfpl.org
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list