Server Changes, Ambil semuanya

This commit is contained in:
Server D3 Linksehat
2026-02-04 14:39:20 +07:00
parent b8a72b8119
commit 8077284d3b
2073 changed files with 21586 additions and 8187 deletions

View File

@@ -42,7 +42,8 @@ class PrescriptionController extends Controller
$search = $request->search;
$prescription->where(function ($query) use ($search) {
$query->where('sDokterName', 'LIKE', '%' . $search . "%")
->orWhere('sKodeResep', 'LIKE', '%' . $search . "%");
->orWhere('sKodeResep', 'LIKE', '%' . $search . "%")
->orWhere('tx_prescription_orders.sPenerima', 'LIKE', '%' . $search . "%");
});
}
if (($request->has('prescription_start') || $request->has('prescription_end'))