uncomment element add

This commit is contained in:
Barnabé 2021-10-11 19:13:58 +02:00
parent e56c6bb37d
commit 906e101881

View File

@ -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_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_2 if contact_2
n.p_contacts << contact_3 if contact_3 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 end
end end