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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-2 / +1 lines)
Lines 51-57 Link Here
51
                    [% IF ( label_ids ) %]
51
                    [% IF ( label_ids ) %]
52
                        [% IF ( card_count == 1 ) %]Exporting [% card_count %] patroncard[% ELSE %]Exporting [% card_count %] patroncards[% END %]
52
                        [% IF ( card_count == 1 ) %]Exporting [% card_count %] patroncard[% ELSE %]Exporting [% card_count %] patroncards[% END %]
53
                    [% ELSIF ( borrower_numbers ) %]
53
                    [% ELSIF ( borrower_numbers ) %]
54
                        [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patroncard[% ELSE %]Exporting [% borrower_count %] patroncards[% END %]a
54
                        [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patroncard[% ELSE %]Exporting [% borrower_count %] patroncards[% END %]
55
                    [% ELSIF ( patronlist_id ) %] Exporting from patron list
55
                    [% ELSIF ( patronlist_id ) %] Exporting from patron list
56
                    [% ELSE %]
56
                    [% ELSE %]
57
                        [% IF ( multi_batch_count == 1 ) %][% multi_batch_count %] batch to export[% ELSE %][% multi_batch_count %] batches to export[% END %]
57
                        [% IF ( multi_batch_count == 1 ) %][% multi_batch_count %] batch to export[% ELSE %][% multi_batch_count %] batches to export[% END %]
58
- 

Return to bug 14131