uncomment element add
This commit is contained in:
parent
e56c6bb37d
commit
906e101881
@ -76,7 +76,7 @@ class PFournisseur < ApplicationRecord
|
||||
n.p_contacts << contact_1 if (contact_1.name || contact_1.tel || contact_1.skype || contact_1.email)
|
||||
n.p_contacts << contact_2 if contact_2
|
||||
n.p_contacts << contact_3 if contact_3
|
||||
# import_csv.import_csv_elements << ImportCsvElement.new(:element => n)
|
||||
import_csv.import_csv_elements << ImportCsvElement.new(:element => n)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user