Bug 11703: (followup) svc/holds invoked with trailing .pl
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / js / holds.js
index ba31e9f..73807ea 100644 (file)
@@ -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 } );