https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23529
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Magnus Enger <[email protected]> --- The second patch does not quite fix the syntax problems, I think. As far as I can see, the "if" that starts like this: 366 if (window.location.search.length == 0) { 367 var ajax = $.ajax( 368 '/api/v1/illrequests?embed=metadata,patron,capabilities,library,status_alias,comments,requested_partners' 369 + filterParam 370 ).done(function() { has to be closed like this, or the parens and brackets don't add up: 497 return placedPassed && modifiedPassed; 498 499 }); 500 501 }); 502 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
