Skip to content

Commit

Permalink
Update bo/businessobject.go
Browse files Browse the repository at this point in the history
Co-authored-by: Timo Reitz <godsboss@gmx.de>
  • Loading branch information
hf-kklein and GodsBoss authored May 27, 2024
1 parent ead4ad9 commit f9b6aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bo/businessobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func NewBusinessObject(typ botyp.BOTyp) BusinessObject {
bo = new(Vertrag)
bo.(*Vertrag).BoTyp = typ
bo.(*Vertrag).VersionStruktur = defaultVersionStruktur
// bo.(*Vertrag).Vertragspartner2.BoTyp = botyp.GESCHAEFTSPARTNER
case botyp.ZAEHLER:
bo = new(Zaehler)
bo.(*Zaehler).BoTyp = typ
Expand Down

0 comments on commit f9b6aff

Please sign in to comment.