From 906e101881e5f268fb2bc06ed0fe80802455720c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A9?= Date: Mon, 11 Oct 2021 19:13:58 +0200 Subject: [PATCH] uncomment element add --- app/models/p_fournisseur.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/p_fournisseur.rb b/app/models/p_fournisseur.rb index c804f32..0b6de85 100644 --- a/app/models/p_fournisseur.rb +++ b/app/models/p_fournisseur.rb @@ -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