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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to