update patient view arguments to include business & business user
This commit is contained in:
@@ -61,6 +61,8 @@ class _AddOrViewPatientState extends State<AddOrViewPatient> {
|
||||
arguments: PatientViewArguments(
|
||||
widget.arguments.signedInUser,
|
||||
snapshot.requireData,
|
||||
null,
|
||||
null,
|
||||
widget.arguments.type,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user