mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Updated todo for user_can_checkout
This commit is contained in:
parent
79197a719e
commit
36ad82a041
|
@ -64,7 +64,7 @@ class ApiAssetsCest
|
|||
// TODO: created_at
|
||||
'purchase_date' => $asset->purchase_date->format('Y-m-d'),
|
||||
'purchase_cost' => \App\Helpers\Helper::formatCurrencyOutput($asset->purchase_cost),
|
||||
// TODO: can_checkout
|
||||
// TODO: user_can_checkout
|
||||
// TODO: available actions
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue