Merge branch 'fix-factory-auto-gen-action-logs' into add_types_to_unaccepted_asset_report

This commit is contained in:
Godfrey M
2025-09-24 15:43:27 -07:00
51 changed files with 546 additions and 275 deletions
+3
View File
@@ -300,7 +300,10 @@ class Component extends SnipeModel
return $this->qty - $this->numCheckedOut();
}
public function totalCostSum() {
return $this->purchase_cost !== null ? $this->qty * $this->purchase_cost : null;
}
/**
* -----------------------------------------------
* BEGIN MUTATORS