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 Cormack <chrisc@catalyst.net.nz>
Mon, 29 Nov 2010 17:47:52 +0000 (06:47 +1300)
commitd3df54d05245b3fa11f052b4c09104bdd2531e31
tree435b57fba7f6c91674ad0062460b2035aebcc2a4
parent994d6e2aac6092b7c852546eeca2253f59270e53
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>
C4/Suggestions.pm