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 Nighswonger <chris.nighswonger@gmail.com>
Fri, 5 Nov 2010 00:17:11 +0000 (20:17 -0400)
commit047e38e8a7b7c3cfd8bede76ff669359f6984622
tree7827f331109906fb52055cf17e0e68d4fd56f444
parenta7cb6a9a3813f41aab4371ba350c78044a60faac
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>
(cherry picked from commit 321eed98334bac3564b0b11abf3fb6fe34074f0d)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Form/MessagingPreferences.pm
C4/Members/Messaging.pm