https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32272

            Bug ID: 32272
           Summary: Last borrower and previous borrower display on
                    moredetail.pl is broken
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff interface
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Bug 31315 removed GetItemsInfo from moredetail.pl

In the template we expected the item to contain the borrowernumber and
cardnumber for last three borrowers from old issues:

341                 [% IF ( ITEM_DAT.card0 ) %]<li><span class="label">Last
borrower:</span> <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[%
ITEM_DAT.borrower0 | uri %]">[% ITEM_DAT.card0 | html %]</a>&nbsp;</li>[% END
%]
342                 [% IF ( ITEM_DAT.card1 ) %]<li><span class="label">Previous
borrower:</span> <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[%
ITEM_DAT.borrower1 | uri %]">[% ITEM_DAT.card1 | html %]</a>&nbsp;</li>[% END
%]
343                 [% IF ( ITEM_DAT.card2 ) %]<li><span class="label">Previous
borrower:</span> <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[%
ITEM_DAT.borrower2 | uri %]">[% ITEM_DAT.card2 | html %]</a>&nbsp;</li>[% END
%]


We should either fix this, or remove this display

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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