diff --git a/app/Models/Asset.php b/app/Models/Asset.php index e220f4940d..51dd6b8572 100644 --- a/app/Models/Asset.php +++ b/app/Models/Asset.php @@ -231,7 +231,7 @@ class Asset extends Depreciable */ public function get_depreciation() { - if ($this->model) { + if (($this->model) && ($this->model->depreciation)) { return $this->model->depreciation; } }