mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Fixing Typo on creating Depreciation
This commit is contained in:
parent
29c584289f
commit
98285001ac
|
@ -69,7 +69,7 @@ class DepreciationsController extends Controller
|
|||
// Depreciation data
|
||||
$depreciation->name = $request->input('name');
|
||||
$depreciation->months = $request->input('months');
|
||||
$depreciation->depreciations_min= $request->input('depreciation_min');
|
||||
$depreciation->depreciation_min= $request->input('depreciation_min');
|
||||
$depreciation->user_id = Auth::id();
|
||||
|
||||
// Was the asset created?
|
||||
|
|
Loading…
Reference in a new issue