]> git.koha-community.org Git - koha.git/commit
bug 4211: ensure that suggestion emails have full details
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 13 Nov 2010 21:27:47 +0000 (16:27 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 29 Nov 2010 20:01:37 +0000 (15:01 -0500)
commit19e494bcd52bee7abf43a2f4ea5b9c197680d7b3
treeaa4a10511ad3f67b967475de5b7b4784aac549e9
parent38927a44063f9c36ab34a771e40e26d3ff361888
bug 4211: ensure that suggestion emails have full details

Because of how the ModFoo routines work, if you are only
changing selected columns but are also using the change
as a trigger to place a message in the queue, you need
to fetch the full row before generating the message.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
(cherry picked from commit d3df54d05245b3fa11f052b4c09104bdd2531e31)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Suggestions.pm