From 8837979e7346025cb9cdb4fe088a87c345afed3d Mon Sep 17 00:00:00 2001 From: Beppe Date: Mon, 7 Mar 2022 14:52:39 +0100 Subject: [PATCH] Aggiunta campi in import anagrafiche --- modules/anagrafiche/src/Import/CSV.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/anagrafiche/src/Import/CSV.php b/modules/anagrafiche/src/Import/CSV.php index 5cb24c0b2..3476b0560 100644 --- a/modules/anagrafiche/src/Import/CSV.php +++ b/modules/anagrafiche/src/Import/CSV.php @@ -212,6 +212,23 @@ class CSV extends CSVImporter 'field' => 'tipo', 'label' => 'Tipologia', ], + [ + 'field' => 'codice_destinatario', + 'label' => 'Codice Destinatario FE', + 'names' => [ + 'Codice Destinatario FE', + 'codice destinatario FE', + ], + ], + [ + 'field' => 'split_payment', + 'label' => 'Split Payment', + 'names' => [ + 'Split Payment', + 'split payment', + 'split_payment', + ], + ], ]; }