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 |
- |
|
|