Merged in izzati-feat-laporan-baki-lelong (pull request #309)
update baki lelong +ve
This commit is contained in:
@@ -126,7 +126,8 @@ public function getSummaryLaporanBakiLelongBelumTuntut(Request $request)
|
||||
sum(lelong.cajlelong) as sum_cajlelong,
|
||||
sum(lelong.hargajual) as sum_hargajual,
|
||||
sum(lelong.baki) as sum_baki'))
|
||||
->whereNull('lelong.trkhtuntut');
|
||||
->whereNull('lelong.trkhtuntut')
|
||||
->where('lelong.baki', '>', 0.00);
|
||||
|
||||
|
||||
if ($request->filled('startDate') && $request->filled('endDate')) {
|
||||
|
||||
Reference in New Issue
Block a user