]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1047475 Set action.hold_request.email_notify to default to false
authorMichael Peters <mrpeters@library.in.gov>
Thu, 13 Sep 2012 20:28:04 +0000 (16:28 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 18 Dec 2012 05:22:01 +0000 (00:22 -0500)
commit12a3ad7bc20774ff5aaa99bf73930a085d8143f6
tree1461ccbf87b0462ce9e9502a699ebf072e0d167a
parent6abaa734dbf96b0eed9384e7def206a871966c49
LP#1047475 Set action.hold_request.email_notify to default to false

LP#1047475 points out that email notify prefs are ignored in TPAC.
Even if a patron deselects email notify during hold request time, it
will always be set to true due to the column default.

This change defaults the column in the database to false (like most
other similar columns are) and resolves the bug.

Credit to Steve Callender for the idea.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/sql/Pg/090.schema.action.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.action.hold_request.email_notify_default_false.sql [new file with mode: 0644]