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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-12 / +11 lines)
Lines 38-54 Link Here
38
                    [% CASE 1 %]Period To
38
                    [% CASE 1 %]Period To
39
                    [% CASE 2 %]Patron Category =
39
                    [% CASE 2 %]Patron Category =
40
                    [% CASE 3 %]Item Type =
40
                    [% CASE 3 %]Item Type =
41
                    [% CASE 4 %]Library =
41
                    [% CASE 4 %]Issuing library =
42
                    [% CASE 5 %]Collection =
42
                    [% CASE 5 %]Collection =
43
                    [% CASE 6 %]Location =
43
                    [% CASE 6 %]Location =
44
                    [% CASE 7 %]Item callnumber >=
44
                    [% CASE 7 %]Item call number >=
45
                    [% CASE 8 %]Item callnumber <
45
                    [% CASE 8 %]Item call number <
46
                    [% CASE 9 %]sort1 =
46
                    [% CASE 9 %]Patron sort1 =
47
                    [% CASE 10 %]sort2 =
47
                    [% CASE 10 %]Patron sort2 =
48
                    [% CASE 11 %]Home branch =
48
                    [% CASE 11 %]Home library =
49
                    [% CASE 12 %]Holding branch =
49
                    [% CASE 12 %]Holding library =
50
                    [% CASE 13 %]Patron branch =
50
                    [% CASE 13 %]Patron library =
51
                    [% CASE 14 %]Issuing branch =
51
                    [% CASE 14 %]Issuing library =
52
                    [% CASE %][% loopfilte.crit %] =
52
                    [% CASE %][% loopfilte.crit %] =
53
                [% END %]
53
                [% END %]
54
                [% loopfilte.filter %]
54
                [% loopfilte.filter %]
Lines 174-180 Link Here
174
             </td> 
174
             </td> 
175
        </tr>
175
        </tr>
176
        <tr>
176
        <tr>
177
            <td>Library</td>
177
            <td>Issuing library</td>
178
            <td><input type="radio" name="Line" value="branch" /></td>
178
            <td><input type="radio" name="Line" value="branch" /></td>
179
            <td><input type="radio" name="Column" value="branch" /></td>
179
            <td><input type="radio" name="Column" value="branch" /></td>
180
            <td><select name="Filter" id="branch">
180
            <td><select name="Filter" id="branch">
Lines 259-265 Link Here
259
            </td>
259
            </td>
260
        </tr>
260
        </tr>
261
        <tr>
261
        <tr>
262
            <td>Patron branch</td>
262
            <td>Patron library</td>
263
            <td><input type="radio" name="Line" value="borrowers.branchcode" /></td>
263
            <td><input type="radio" name="Line" value="borrowers.branchcode" /></td>
264
            <td><input type="radio" name="Column" value="borrowers.branchcode" /></td>
264
            <td><input type="radio" name="Column" value="borrowers.branchcode" /></td>
265
            <td>
265
            <td>
266
- 

Return to bug 7679