added account service

This commit is contained in:
hafifierahman
2024-10-08 07:48:21 +08:00
parent 1bb813e22e
commit d3fe2cf03d
7 changed files with 924 additions and 167 deletions
+3 -1
View File
@@ -398,10 +398,12 @@ class OnePercentService
if ($t_gadai->month === $t_bayaran->month) {
return false;
}{
return true;
}
}
}
return true;
return false;
});