https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23529 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Magnus Enger <magnus@libriotech.no> --- 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.