Skip to content

Commit

Permalink
SQL error when disabling the encounter Class Option in globals. opene…
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernautsei committed Nov 1, 2022
1 parent 737c23b commit 79d42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/newpatient/save.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$reason = $_POST['reason'] ?? null;
$mode = $_POST['mode'] ?? null;
$referral_source = $_POST['form_referral_source'] ?? null;
$class_code = $_POST['class_code'] ?? null;
$class_code = $_POST['class_code'] ?? '';
$pos_code = $_POST['pos_code'] ?? null;
$in_collection = $_POST['in_collection'] ?? null;
$parent_enc_id = $_POST['parent_enc_id'] ?? null;
Expand Down

0 comments on commit 79d42df

Please sign in to comment.