fix skit2 pasal

This commit is contained in:
MUHD HAFIFIE
2021-08-17 18:29:39 +08:00
parent 4383fd4781
commit 9fdf7a48e5
4 changed files with 15 additions and 4 deletions
-1
View File
@@ -841,7 +841,6 @@ class GadaiController extends Controller
$gadai = Gadai::on($cawangan['mysql'])
->selectRaw('COUNT(*) AS bilangan, SUM(nilaimarhun) as jumlahmarhun, SUM(pinjaman) as jumlahpinjaman')
->where('t_gadai','=',$request->tarikh)
->where('sttebus','=','')
->orderBy('t_gadai')
->get();