Lines 904-909
Note that permanent location is a code, and location may be an authval.
Link Here
|
904 |
if (itemnumbers.length > 0) { |
904 |
if (itemnumbers.length > 0) { |
905 |
var url = '/cgi-bin/koha/tools/batchMod.pl?op=show'; |
905 |
var url = '/cgi-bin/koha/tools/batchMod.pl?op=show'; |
906 |
url += '&itemnumber=' + itemnumbers.join('&itemnumber='); |
906 |
url += '&itemnumber=' + itemnumbers.join('&itemnumber='); |
|
|
907 |
url += '&biblionumber=[% biblionumber | uri %]'; |
907 |
url += '&src=CATALOGUING'; |
908 |
url += '&src=CATALOGUING'; |
908 |
$('a.itemselection_action_modify').attr('href', url); |
909 |
$('a.itemselection_action_modify').attr('href', url); |
909 |
} else { |
910 |
} else { |