[Bug 12021] SIP2 checkin should alert on transfer and use CT for return branch
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #15 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- (In reply to Marcel de Rooy from comment #14)
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.
this must be a lost commit, will make a new patch and set back to Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org