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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-4 / +3 lines)
Lines 738-744 canned reports and writing custom SQL reports.</p> Link Here
738
            <input type="hidden" name="recordtype" value="biblio" />
738
            <input type="hidden" name="recordtype" value="biblio" />
739
            <input type="hidden" name="op" value="list" />
739
            <input type="hidden" name="op" value="list" />
740
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
740
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
741
            <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %][% SET batch_biblionumbers = 1 %]
741
            <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %]
742
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
742
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
743
        </form>
743
        </form>
744
744
Lines 746-752 canned reports and writing custom SQL reports.</p> Link Here
746
            <input type="hidden" name="recordtype" value="biblio" />
746
            <input type="hidden" name="recordtype" value="biblio" />
747
            <input type="hidden" name="op" value="list" />
747
            <input type="hidden" name="op" value="list" />
748
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
748
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
749
            <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %][% SET batch_biblionumbers = 1 %]
749
            <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %]
750
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
750
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
751
        </form>
751
        </form>
752
752
Lines 798-804 canned reports and writing custom SQL reports.</p> Link Here
798
        <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification">
798
        <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification">
799
            <input type="hidden" name="op" value="show" />
799
            <input type="hidden" name="op" value="show" />
800
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
800
            [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
801
            <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' %][% SET batch_cardnumbers = 1 %]
801
            <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">[% FOREACH result IN results %][% FOREACH cells IN result.cells %][% place = loop.index %][% IF header_row.$place.cell == 'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' && cells.cell.match('^(\d+)$') %][% SET batch_cardnumbers = 1 %]
802
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
802
[% cells.cell | html %][% END %][% END %][% END %]</textarea>
803
        </form>
803
        </form>
804
804
805
- 

Return to bug 24305