Bug 9697: Follow-up - making QA script and tests happy
- 2x single quotes for translated string in edit-batch.tt Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
1ba126efaf
commit
732dbc8755
1 changed files with 2 additions and 2 deletions
|
@ -72,10 +72,10 @@
|
|||
alert(_("Please select at least one card to export."));
|
||||
return; // no batch selected
|
||||
}
|
||||
return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800);
|
||||
return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800);
|
||||
}
|
||||
else if (mode == 'batch') {
|
||||
return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800);
|
||||
return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800);
|
||||
}
|
||||
else {
|
||||
// some pass-thru error trapping just in case...
|
||||
|
|
Loading…
Reference in a new issue