This commit is contained in:
afiq
2021-10-02 19:34:59 +08:00
9 changed files with 197 additions and 7 deletions
+1
View File
@@ -396,6 +396,7 @@ class TunaiController extends Controller
$teller = Tunai::on($cawangan['mysql'])
->select('kodlaluan')
->whereRaw('LENGTH(kodlaluan) > 14')
->orWhere('kodlaluan','=','LELONG')
->distinct()
->get();