[Koha-bugs] [Bug 6353] Erroneous prefixes before the singleBranchMode preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 19 22:58:30 CEST 2011


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

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-05-19 20:58:30 UTC ---
Hi Janusz, 

I can't test the part on reserve.tt because it applies to item level holds -
which are currently broken. See here from the code:

       [% IF ( OPACItemHolds ) %]
                  [% IF ( bibitemloo.holdable ) %]
                    <tr class="copiesrow" id="copiesrow_[%
bibitemloo.biblionumber %]">
                      <td colspan="1">
                      </td>
                      <td colspan="[% bibitemloo.itemtable_colspan %]">
                        <table>
                          <caption>Select a specific copy:</caption>
                          <tr>
                            <th>Copy</th>
                            [% IF ( item_level_itypes ) %]
                              <th>Item Type</th>
                            [% END %]
                            <th>Barcode</th>
line you fixed   >          [% UNLESS ( bibitemloo.singleBranchMode ) %]
                              <th>Home Library</th>
                              <th>Last Location</th>

I believe your patch works, but at the moment I can't test properly. I tried to
sign off the fix for item level holds, but ran into some problems.

Hope that explains.

-- 
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