https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15438

--- Comment #33 from Colin Campbell <[email protected]> ---
Kyle's update differs from the original patch in the following
-                    # $noerror = 0;
+                    $noerror = 0;

The commented out line was added back in 2008 and there was no setting of the
variable prior to that. The difference is with the line commented out the
sipserver proceeds with the issue with noerror being set to 0 the issue is
blocked. It meant that the code was overriding the syspref setting (which it
had actually passed to CanBookBeIssued) So it cleans up a long standing bug in
that response.

Checked that issues were allowed/disallowed as per the syspref setting

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to