[Koha-bugs] [Bug 8700] New: RESERVESLIP fields not being replaced correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 29 14:44:15 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8700

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8700
                CC: gmcharlt at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: RESERVESLIP fields not being replaced correctly
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: kyle at bywatersolutions.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Hold requests
           Product: Koha

Tthe slip RESERVESLIP is not replacing fields correctly.
C4::Reserves::ReserveSlip calls C4::Letters::GetPreparedLetter, and passes the
$reserve hashref to it for each table except branches ( which is passed the
branchcode ). The problem is, if you pass a hashref for a table, it uses that
hashref for the replacing, rather than looking up the data from the database.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list