Skip to content

Commit

Permalink
Map nurse logins to facility. (#2012)
Browse files Browse the repository at this point in the history
map nurse logins

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
  • Loading branch information
AshrafMd-1 and vigneshhari authored Apr 1, 2024
1 parent fa46f2f commit dac2ee3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/dummy/facility.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,24 @@
"created_by": 2
}
},
{
"model": "facility.facilityuser",
"pk": 23,
"fields": {
"facility": 1,
"user": 23,
"created_by": 2
}
},
{
"model": "facility.facilityuser",
"pk": 24,
"fields": {
"facility": 1,
"user": 24,
"created_by": 2
}
},
{
"model": "facility.assetlocation",
"pk": 1,
Expand Down

0 comments on commit dac2ee3

Please sign in to comment.