https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587
--- Comment #8 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
