[Koha-bugs] [Bug 20076] Overdues: remove redundant message when patrons don't have email addresses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 14 03:11:57 CET 2022


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #129458|0                           |1
        is obsolete|                            |

--- Comment #33 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 129459
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129459&action=edit
Bug 20076: (RM follow-up) Fix system preference boolean logic

A Yes/No system preference must use 1 for Yes and 0 for No.
So "Send" for 1/Yes and "Don't send" for 0/No.
We add too much problems with double-negation boolean system preferences (such
as dontmerge).

Previous patch changed default value to 1 in atomicupdate, do the same
in installer/data/mysql/mandatory/sysprefs.sql

Also to be consistant, sets options = NULL instead of '' in atomicupdate

Also removed useless added empty line in /misc/cronjobs/overdue_notices.pl

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list