Otherwise you get amnesty notes on just backdate voiding.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
my $note = 'System: Amnesty Checkin' if $self->void_overdues;
my $evt = OpenILS::Application::Circ::CircCommon->void_overdues(
- $self->editor, $self->circ, $self->backdate, $note);
+ $self->editor, $self->circ, $self->void_overdues ? undef : $self->backdate, $note);
return $self->bail_on_events($evt) if $evt;