Skip to content

Commit 7f72c42

Browse files
committed
fix: descrizione in esportazione articoli da bulk
1 parent ab23acb commit 7f72c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/articoli/src/Export/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getAvailableFields()
3939
'primary_key' => true,
4040
],
4141
[
42-
'field' => 'descrizione',
42+
'field' => 'name',
4343
'label' => 'Descrizione',
4444
],
4545
[

0 commit comments

Comments
 (0)