From 98285001acb4d86c081de05ebe019f6ec9226474 Mon Sep 17 00:00:00 2001 From: James Emanuel Date: Mon, 16 Aug 2021 15:33:17 +0300 Subject: [PATCH] Fixing Typo on creating Depreciation --- app/Http/Controllers/DepreciationsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DepreciationsController.php b/app/Http/Controllers/DepreciationsController.php index 92cc2326cd..8e610a8a03 100755 --- a/app/Http/Controllers/DepreciationsController.php +++ b/app/Http/Controllers/DepreciationsController.php @@ -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?