remove test string patvisit

This commit is contained in:
mahdahar 2025-10-21 10:01:21 +07:00
parent e28b58282e
commit e6b08a6ee6

View File

@ -29,7 +29,6 @@ class PatVisit extends BaseController {
}
public function showByPatient($InternalPID = null) {
echo "dit tolongin dit";
try {
$rows = $this->model->showByPatient($InternalPID);
if($rows == []) { $message = "data not found"; }