forked from extern/egroupware
Add storage_info to list of fields for import/export
This commit is contained in:
parent
e9d5ae4216
commit
16f9f37576
@ -24,6 +24,7 @@ class resources_wizard_export_csv extends importexport_wizard_basic_export_csv
|
||||
'quantity' => lang('Quantity'),
|
||||
'useable' => lang('Useable'),
|
||||
'location' => lang('Location'),
|
||||
'storage_info' => lang('Storage'),
|
||||
'bookable' => lang('Bookable'),
|
||||
'buyable' => lang('Buyable'),
|
||||
'prize' => lang('Prize'),
|
||||
|
@ -34,6 +34,7 @@ class resources_wizard_import_csv extends importexport_wizard_basic_import_csv
|
||||
'quantity' => lang('Quantity'),
|
||||
'useable' => lang('Useable'),
|
||||
'location' => lang('Location'),
|
||||
'storage_info' => lang('Storage'),
|
||||
'bookable' => lang('Bookable'),
|
||||
'buyable' => lang('Buyable'),
|
||||
'prize' => lang('Prize'),
|
||||
|
Loading…
Reference in New Issue
Block a user