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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +6 lines)
Lines 149-154 Link Here
149
149
150
    <fieldset class="rows" id="optionalfilters">
150
    <fieldset class="rows" id="optionalfilters">
151
            <legend>Optional filters for inventory list or comparing barcodes</legend>
151
            <legend>Optional filters for inventory list or comparing barcodes</legend>
152
            <span class="hint">Scanned items are expected to match one of the selected <em>not for loan</em> critera if any are checked.</span>
152
            <br/>
153
            <br/>
153
            <div id="statuses" style="display: block;">
154
            <div id="statuses" style="display: block;">
154
                  [% FOREACH status IN statuses %]
155
                  [% FOREACH status IN statuses %]
Lines 311-317 Link Here
311
                [% IF problem.key == 'wrongplace' %]
312
                [% IF problem.key == 'wrongplace' %]
312
                    <span>Found in wrong place</span><br/>
313
                    <span>Found in wrong place</span><br/>
313
                [% ELSIF problem.key == 'changestatus' %]
314
                [% ELSIF problem.key == 'changestatus' %]
314
                    <span>Unknown not-for-loan status</span><br/>
315
                    [% IF result.notforloan %]
316
                        <span>Item has unselected <em>Not for loan</em> status <em>[% result.notforloan %]</em></span><br/>
317
                    [% ELSE %]
318
                        <span>Items has no <em>not for loan</em> status</span><br/>
319
                    [% END %]
315
                [% ELSIF problem.key == 'not_scanned' %]
320
                [% ELSIF problem.key == 'not_scanned' %]
316
                    <span>Missing (not scanned)</span><br/>
321
                    <span>Missing (not scanned)</span><br/>
317
                [% ELSIF problem.key == 'checkedout' %]
322
                [% ELSIF problem.key == 'checkedout' %]
318
- 

Return to bug 34820