Bug 11703: (followup) svc/holds invoked with trailing .pl
On my followup I forgot to fix js/holds.js. This patch rectifies that. Regards To+ Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
3bcb0f8909
commit
9657a2c6dc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ $(document).ready(function() {
|
|||
"bPaginate": false,
|
||||
"bProcessing": true,
|
||||
"bServerSide": false,
|
||||
"sAjaxSource": '/cgi-bin/koha/svc/holds.pl',
|
||||
"sAjaxSource": '/cgi-bin/koha/svc/holds',
|
||||
"fnServerData": function ( sSource, aoData, fnCallback ) {
|
||||
aoData.push( { "name": "borrowernumber", "value": borrowernumber } );
|
||||
|
||||
|
|
Loading…
Reference in a new issue