Bug 4254 - adding new patron advanced notice doesn't save
authorByWater Solutions <brendan@bywatersolutions.com>
Sat, 30 Oct 2010 13:50:29 +0000 (09:50 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Nov 2010 02:17:35 +0000 (15:17 +1300)
commit321eed98334bac3564b0b11abf3fb6fe34074f0d
treefd8082de1e35f888d383f35d4f2bab78e98249ad
parentb0e29e5595f5d92cbd9a66ab306652a01d6382ed
Bug 4254 - adding new patron advanced notice doesn't save

This was due to poorly constructed SQL which returned duplicate values for
certain fields. This patch corrects that SQL.

NOTE: There is also a formatting problem with the message prefs display table
when it is displayed in moremember.pl. This is due to there being no logic to
tell the table in that context to display checkboxes as appropriate. This patch
does not fix that. Bug 5328 has been opened for this problem.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Form/MessagingPreferences.pm
C4/Members/Messaging.pm