Bug 11703: (followup) svc/holds invoked with trailing .pl
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 16:58:30 +0000 (13:58 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 17:05:23 +0000 (14:05 -0300)
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>
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 } );