Skip to content

Commit

Permalink
03-2496 Fix Circular Reference Error in Service Queue When Adding Pat…
Browse files Browse the repository at this point in the history
…ient Location Coming From (#43)
  • Loading branch information
CynthiaKamau committed Oct 16, 2023
1 parent 0d6ebdc commit 8ff184b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public class QueueEntry extends BaseChangeableOpenmrsData {
private Provider providerWaitingFor;

//The queue the patient is coming from, if any.
@ToString.Exclude
@OneToOne
@JoinColumn(name = "queue_coming_from", referencedColumnName = "queue_id")
private Queue queueComingFrom;
Expand Down

0 comments on commit 8ff184b

Please sign in to comment.