Add missing changes for the stock order
This commit is contained in:
parent
42eb6c8509
commit
5c56ae6775
4 changed files with 4 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ class UserNotifier
|
|||
def self.finished_order(args)
|
||||
order_id = args.first
|
||||
Order.find(order_id).group_orders.each do |group_order|
|
||||
next if group_order.ordergroup.nil?
|
||||
group_order.ordergroup.users.each do |user|
|
||||
begin
|
||||
I18n.with_locale(user.settings['profile']['language']) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue