mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Clearer comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
61d5bd8567
commit
3e4426c68c
|
@ -216,8 +216,11 @@ class Importer extends Component
|
|||
'order_number' => trans('general.order_number'),
|
||||
'notes' => trans('general.notes'),
|
||||
'image' => trans('general.importer.image_filename'),
|
||||
// Checkout fields - assets can be checked out to other assets, people, or locations, but we currently
|
||||
// only support checkout to people and locations in the importer
|
||||
/**
|
||||
* Checkout fields:
|
||||
* Assets can be checked out to other assets, people, or locations, but we currently
|
||||
* only support checkout to people and locations in the importer
|
||||
**/
|
||||
'checkout_class' => trans('general.importer.checkout_type'),
|
||||
'first_name' => trans('general.importer.checked_out_to_first_name'),
|
||||
'last_name' => trans('general.importer.checked_out_to_last_name'),
|
||||
|
|
Loading…
Reference in a new issue