Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
64d00339bb
1 changed files with 2 additions and 2 deletions
|
|
@ -168,11 +168,11 @@ export class PosMaster extends EntityBase {
|
|||
@JoinColumn({ name: "orgChild4Id" })
|
||||
orgChild4: OrgChild4;
|
||||
|
||||
@ManyToOne(() => PosMaster, (posMaster) => posMaster.current_holder)
|
||||
@ManyToOne(() => Profile, (posMaster) => posMaster.current_holders)
|
||||
@JoinColumn({ name: "current_holderId" })
|
||||
current_holder: Profile;
|
||||
|
||||
@ManyToOne(() => PosMaster, (posMaster) => posMaster.next_holder)
|
||||
@ManyToOne(() => Profile, (posMaster) => posMaster.next_holders)
|
||||
@JoinColumn({ name: "next_holderId" })
|
||||
next_holder: Profile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue