suite
This commit is contained in:
parent
7f71e82f74
commit
a99dbfde83
@ -9,7 +9,7 @@ class ProductOrdersMails < ActionMailer::Base
|
||||
@email = @fournisseur.email
|
||||
@title = "Commande achat via Négos"
|
||||
if @fournisseur.send_email
|
||||
mail(:to => @email, :bcc => "info@nicolasbally.com", :subject => @title)
|
||||
mail(:to => @email, :bcc => "info@nicolasbally.com,daniel@videlier.fr", :subject => @title)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user