https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #14 from Marcel de Rooy <[email protected]> --- Please look at this: if ($messages->{NeedsTransfer}) { $self->{item}->destination_loc($messages->{NeedsTransfer}); $self->alert_type('04'); # send to other branch } if ($messages->{WasTransfered}) { # set into transit so tell unit $self->destination_loc($iteminformation->{homebranch}); $self->alert_type('04'); # send to other branch } You changed NeedsTransfer, but you did not touch WasTransfered here. That is the reason why I saw the CV04 without CT. Please change and set back to Needs Signoff. A fresh signoff would not be bad. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
