penilai list
This commit is contained in:
@@ -319,7 +319,8 @@ class GadaiController extends Controller
|
|||||||
$gadai = Gadai::on($cawangan['mysql'])
|
$gadai = Gadai::on($cawangan['mysql'])
|
||||||
->where([
|
->where([
|
||||||
['t_gadai','=',$current->toDateString()],
|
['t_gadai','=',$current->toDateString()],
|
||||||
['cetak','=',0]
|
['cetak','=',0],
|
||||||
|
['pinjaman','!=',0.00]
|
||||||
])
|
])
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user