Fix showing multiple web users for a single contact person
This commit is contained in:
parent
7310954468
commit
2fa1e4aa7a
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ class WebUser(RawBaseModel):
|
|||
|
||||
FtgNr = Column(String, ForeignKey('fr.FtgNr'), primary_key=True)
|
||||
FtgKontaktNr = Column(Integer, ForeignKey('kp.FtgKontaktNr'), primary_key=True)
|
||||
WebUserName = Column(String, primary_key=True)
|
||||
|
||||
ContactPerson = relationship(
|
||||
ContactPerson, uselist=False, lazy='joined',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue