update patient view arguments to include business & business user
This commit is contained in:
@@ -108,6 +108,8 @@ class _PatientViewState extends State<PatientViewPersonal> {
|
||||
patientIndex: snapshot.data!.idpatients,
|
||||
selectedPatient: snapshot.data!,
|
||||
signedInUser: widget.arguments.signedInUser,
|
||||
business: widget.arguments.business,
|
||||
businessUser: widget.arguments.businessUser,
|
||||
type: widget.arguments.type,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user