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:19:43 +0000 (00:19 -0500)
commitb6621e6febdb6739017ec38ef9c93ada95ace332
tree882e3f9456196a11c41fff588cdb13deb27833d5
parentbac86e4f87f1b36a7f46ed062eda19a6f6717494
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]