View | Details | Raw Unified | Return to bug 15672
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-5 / +7 lines)
Lines 1-4 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE AuthorisedValues %]
3
[% USE Branches %]
4
[% USE ItemTypes %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
Lines 72-81 Link Here
72
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
75
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
73
            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
76
            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
74
            </td>
77
            </td>
75
            <td><p>[% reserveloo.homebranch_list %]</p></td>
78
            <td><p>[% Branches.GetName( reserveloo.homebranch_list ) %]</p></td>
76
            <td><p>[% reserveloo.holdingbranch_list %]</p></td>
79
            <td><p>[% Branches.GetName( reserveloo.holdingbranch_list ) %]</p></td>
77
            <td><p>[% reserveloo.location %]</p></td>
80
            <td><p>[% AuthorisedValues.GetByCode( 'LOC', reserveloo.location )%]</p></td>
78
            <td><p>[% reserveloo.itype %]</p></td>
81
            <td><p>[% ItemTypes.GetDescription( reserveloo.itype ) %]</p></td>
79
            <td><p>[% reserveloo.listcall %]</p></td>
82
            <td><p>[% reserveloo.listcall %]</p></td>
80
            <td>[% IF ( reserveloo.thisratio_atleast1 ) %]<p>[% IF ( CAN_user_acquisition && basketno && booksellerid ) %]<!-- [% reserveloo.ratiocalc %] --><a href="/cgi-bin/koha/acqui/neworderempty.pl?biblionumber=[% reserveloo.biblionumber %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]&amp;rr_quantity_to_order=[% reserveloo.ratiocalc %]">[% END %]<b>[% reserveloo.ratiocalc %] to order</b>[% IF ( CAN_user_acquisition && basketno && booksellerid ) %]</a>[% END %]
83
            <td>[% IF ( reserveloo.thisratio_atleast1 ) %]<p>[% IF ( CAN_user_acquisition && basketno && booksellerid ) %]<!-- [% reserveloo.ratiocalc %] --><a href="/cgi-bin/koha/acqui/neworderempty.pl?biblionumber=[% reserveloo.biblionumber %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]&amp;rr_quantity_to_order=[% reserveloo.ratiocalc %]">[% END %]<b>[% reserveloo.ratiocalc %] to order</b>[% IF ( CAN_user_acquisition && basketno && booksellerid ) %]</a>[% END %]
81
            [% IF ( reserveloo.pendingorders ) %]<br><b>[% reserveloo.pendingorders %] pending</b>[% END %]</p>[% END %]</td>
84
            [% IF ( reserveloo.pendingorders ) %]<br><b>[% reserveloo.pendingorders %] pending</b>[% END %]</p>[% END %]</td>
82
- 

Return to bug 15672