http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|7981 | --- Comment #9 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- Any news on this? bug 7981 is pushed to master, so there is no more dependencies. I still believe the AutomaticItemReturn syspref should be disabled, as turning it on would disable any alerts. this is from the docs, http://manual.koha-community.org/3.20/en/patscirc.html: The various Return Policies have the following effects: Item returns home: The item will prompt the librarian to transfer the item to its home library If the AutomaticItemReturn preference is set to automatically transfer the items home, then a prompt will not appear I am positive this is also the case with SIP2: if AutomaticItemReturn is enabled, then SIP2 return will not alert. This bug corrects an obvious bug which can be seen in the code: https://github.com/Koha-Community/Koha/blob/master/C4/SIP/ILS/Transaction/Ch... where CT message should be appended to item $self->{item}->destination_loc not $self->destination_loc Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7981 [Bug 7981] Remove HomeOrHoldingBranchReturn syspref -- You are receiving this mail because: You are watching all bug changes.