use 0 instead of - in reports

This commit is contained in:
2024-02-21 07:20:45 +00:00
parent 79cde5bd69
commit 5459c77829
4 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class CompareProgramAndFunction implements FromView, ShouldAutoSize, WithEvents,
$query .= " GROUP BY province_id
ORDER BY province_id ASC;";
$data = DB::select(DB::raw($query));
$data = DB::select($query);
$sum = [
'EhdasCount' => 0,