https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17560
--- Comment #24 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #23) > Just another question: If we checkout in the staff client, wouldn't it be > good to also show a message? A staff member could remind the patron that the > fee is applied now, but he does not see it happening. Not to talk about SIP. This 'fortunately' does not look very promising currently in do_hold: AddReserve( $branch, $borrower->{borrowernumber}, $bibno, GetBiblioItemByBiblioNumber($bibno) ); # unfortunately no meaningful return value $self->ok(1); return $self; -- 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/
