diff --git a/business/templates/application.html b/business/templates/application.html index 49d34b51a..748120991 100644 --- a/business/templates/application.html +++ b/business/templates/application.html @@ -7,10 +7,10 @@ bizApplication: pkey = $pkey$ - bizApplication: PKEY IS client_id IN (lnkClientServer: server_id = $pkey$) + lnkClientServer: server_id = $pkey$ - bizApplication: PKEY IS server_id IN (lnkClientServer: client_id = $pkey$) + lnkClientServer: client_id = $pkey$ lnkInfraContract: infra_id = $pkey$ diff --git a/business/templates/network.device.html b/business/templates/network.device.html index d9e2335d2..6ba8fc67c 100644 --- a/business/templates/network.device.html +++ b/business/templates/network.device.html @@ -10,7 +10,7 @@ bizInterface: device_id = $pkey$ - bizContact: PKEY IS contact_id IN (lnkContactRealObject: object_id = $pkey$) + lnkContactRealObject: object_id = $pkey$ diff --git a/business/templates/person.html b/business/templates/person.html index e1e73c93a..f4e2c88c9 100644 --- a/business/templates/person.html +++ b/business/templates/person.html @@ -10,9 +10,9 @@ lnkContactRealObject: object_id = $pkey$ - logRealObject: PKEY IS object_id IN (lnkContactRealObject: contact_id = $pkey$) + lnkContactRealObject: contact_id = $pkey$ - bizDocument: PKEY IS doc_id IN (lnkDocumentRealObject: object_id = $pkey$) + lnkDocumentRealObject: object_id = $pkey$ diff --git a/business/templates/server.html b/business/templates/server.html index dc1fb09e6..953c6bd10 100644 --- a/business/templates/server.html +++ b/business/templates/server.html @@ -19,6 +19,6 @@ lnkContactRealObject: object_id = $pkey$ - bizDocument: PKEY IS doc_id IN (lnkDocumentRealObject: object_id = $pkey$) + lnkDocumentRealObject: object_id = $pkey$ diff --git a/business/templates/ticket.html b/business/templates/ticket.html index 645788e6f..226c6eeb0 100644 --- a/business/templates/ticket.html +++ b/business/templates/ticket.html @@ -7,7 +7,7 @@ $class$: pkey = $pkey$ - logInfra: PKEY IS infra_id IN (lnkInfraTicket: ticket_id = $pkey$) + lnkInfraTicket: ticket_id = $pkey$ lnkRelatedTicket: ticket_id = $pkey$