mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-06 20:27:52 +01:00
fix: mappatura campo qta in import articoli
This commit is contained in:
parent
222d2a7b10
commit
02c1e72355
@ -66,7 +66,12 @@ class CSV extends CSVImporter
|
||||
],
|
||||
[
|
||||
'field' => 'qta',
|
||||
'label' => 'Quantità',
|
||||
'label' => 'Quantità',
|
||||
'names' => [
|
||||
'Quantita',
|
||||
'Quantità',
|
||||
'Qta',
|
||||
],
|
||||
],
|
||||
[
|
||||
'field' => 'data_qta',
|
||||
|
Loading…
x
Reference in New Issue
Block a user