from server date 2025-01-14

This commit is contained in:
Hafifie PKB
2025-01-14 22:54:48 +08:00
parent 09af89a249
commit 1aee7390a6
10 changed files with 69 additions and 23 deletions
@@ -821,7 +821,8 @@ class RingkasanHarianService
'011233' => '2021-06-28',
];
return $tarikhTawarruq[Str::upper($this->kodCawangan)];
$defaultDate = '2021-01-01';
return $tarikhTawarruq[Str::upper($this->kodCawangan)] ?? $defaultDate;
}
private function getOutstandingImbangDuga()