Bug 9555: Another template contains single quotes in a js string
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
5bdc68837b
commit
82337d9624
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
alert(_("Please select at least one batch to export."));
|
alert(_("Please select at least one batch to export."));
|
||||||
return; // no batch selected
|
return; // no batch selected
|
||||||
}
|
}
|
||||||
return GB_showCenter(_('Export patron cards'), "/cgi-bin/koha/patroncards/print.pl?" + getstr, 700, 800);
|
return GB_showCenter(_("Export patron cards"), "/cgi-bin/koha/patroncards/print.pl?" + getstr, 700, 800);
|
||||||
};
|
};
|
||||||
function selected_layout(op) {
|
function selected_layout(op) {
|
||||||
var selected = new Array;
|
var selected = new Array;
|
||||||
|
|
Loading…
Reference in a new issue