Skip to content

Commit 34b4b43

Browse files
md-umair-21Sajinsr
authored andcommitted
fix: exclude OT service unit types from normal inpatient transfer
1 parent ad20f75 commit 34b4b43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

healthcare/healthcare/doctype/inpatient_record/inpatient_record.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ let transfer_patient_dialog = function (frm) {
421421
filters: {
422422
inpatient_occupancy: 1,
423423
allow_appointments: 0,
424+
is_ot: 0,
424425
},
425426
};
426427
};

0 commit comments

Comments
 (0)