From 787f2390fb3b652ad5b96077affbaaacdbf988d8 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Thu, 29 Mar 2018 08:11:07 -0400 Subject: [PATCH] Add location_id to fillable (#5286) Should fix #5268 --- app/Models/Asset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Asset.php b/app/Models/Asset.php index d13af11cdf..d143ea63ab 100644 --- a/app/Models/Asset.php +++ b/app/Models/Asset.php @@ -94,6 +94,7 @@ class Asset extends Depreciable 'assigned_type', 'company_id', 'image', + 'location_id', 'model_id', 'name', 'notes',