https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587 --- Comment #9 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #8)
(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?
Ah sorry i thought it was just a move of the 3 lines. The create a followup for 17.11.x -- You are receiving this mail because: You are watching all bug changes.