Feature: Typ kann LaTeX-Template wählen
Compare changes
+ 1
− 0
@@ -71,6 +71,7 @@ class ProtocolType(DatabaseModel):
@@ -71,6 +71,7 @@ class ProtocolType(DatabaseModel):
protocols = relationship("Protocol", backref=backref("protocoltype"), cascade="all, delete-orphan", order_by="Protocol.id")
default_tops = relationship("DefaultTOP", backref=backref("protocoltype"), cascade="all, delete-orphan", order_by="DefaultTOP.number")