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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-3 / +2 lines)
Lines 72-81 Link Here
72
                        alert(_("Please select at least one card to export."));
72
                        alert(_("Please select at least one card to export."));
73
                        return;     // no batch selected
73
                        return;     // no batch selected
74
                    }
74
                    }
75
                    return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800);
75
                    return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800);
76
                }
76
                }
77
                else if (mode == 'batch') {
77
                else if (mode == 'batch') {
78
                    return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800);
78
                    return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800);
79
                }
79
                }
80
                else {
80
                else {
81
                    // some pass-thru error trapping just in case...
81
                    // some pass-thru error trapping just in case...
82
- 

Return to bug 9697