Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Vital/VitalApp

finlay 1 year ago
parent
commit
0e49a99c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/mock/services/followup.dart

+ 1 - 1
lib/mock/services/followup.dart

@@ -19,7 +19,7 @@ class FollowUpServiceMock extends VitalFollowUpService {
     entity.syncType = OfflineDataSyncType.create;
     entity.userCode = Store.user.userCode!;
     entity.patientCode = patientCode;
-    entity.contractDoctor = Store.user.account!;
+    entity.contractDoctor = Store.user.displayName;
     entity.typeKey = request.key!;
     entity.templateCode = request.templateCode!;
     entity.mode = request.followUpMode;