bug fixes

ipd-changes-for-vida-plus
parent 9afffd4ace
commit 0061c2c060

@ -424,7 +424,7 @@ class ProcedureViewModel extends BaseViewModel {
eventCategory: "Procedure Checkout Screen",
eventAction: "Add New Procedure",
);
await model.preparePostProcedure(entityList: entityList, patient: patient, remarks: remarksController.text, isLocalBusy: isLocalBusy);
await model.preparePostProcedure(entityList: entityList, patient: patient, remarks: remarksController.text, isLocalBusy: isLocalBusy, procedureType: ProcedureType.PROCEDURE );
}
Future filterSearchResults(String query, List<cpe.EntityList> masterList, List<cpe.EntityList> items) async {

Loading…
Cancel
Save