Added strings, variables to the controllers

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-02-23 11:41:19 -08:00
parent 7851e7c0b0
commit c284d8d436
6 changed files with 20 additions and 14 deletions
-1
View File
@@ -1148,7 +1148,6 @@ class Asset extends Depreciable
return $query->whereNotNull('assets.next_audit_date')
->whereRaw('DATE_SUB('.DB::getTablePrefix()."assets.next_audit_date, INTERVAL $interval DAY) <= '".Carbon::now()."'")
->where('assets.archived', '=', 0)
->NotArchived();
}