https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250 Sukhmandeep <sukhmandeep.benipal@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171026|0 |1 is obsolete| | --- Comment #40 from Sukhmandeep <sukhmandeep.benipal@inLibro.com> --- Created attachment 171276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171276&action=edit Bug 14250: (follow-up) Refacto discharge messages display The script that determines if one should display messages to the user, informing him whether they are allowed or not to ask for a discharge is quite hard to understand. For sake of readability, transforming the unless to an if since the error behaviour was in the unless and the success in the else. Changing to success behaviour in the if and failure in the else. Signed-off-by: Sukhmandeep Benipal <sukhmandeep.benipal@inLibro.com> -- You are receiving this mail because: You are watching all bug changes.