[Koha-bugs] [Bug 21587] Patrons to notify on receiving doesn't work on new order creation, only on modification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 17 16:20:58 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Koha Team Lyon 3 from comment #7)
> Still doesn't work in a 17.11.13.000 koha version.
> If you add a user to notify in a new order, then save the order and after
> click on modify : there's no user to notify displayed in this order.
> If you modify the same order to add a user to notify,then save the order and
> after click on modify : you can see the user who have add to notify

Confirm!
Works ok for other versions however.

The issue comes from a wrong merge conflict:

  289     ModOrderUsers( $orderinfo->{ordernumber}, @order_users );

vs

  299     ModOrderUsers( $order->ordernumber, @order_users );

Frido: Why did you change this line?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list