mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Aggiunta campi in import anagrafiche
This commit is contained in:
parent
699227c7c5
commit
8837979e73
@ -212,6 +212,23 @@ class CSV extends CSVImporter
|
|||||||
'field' => 'tipo',
|
'field' => 'tipo',
|
||||||
'label' => 'Tipologia',
|
'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',
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user