From 0ec45bc5145fb40f41cee89ec29b643e532d922d Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Mon, 7 Jan 2019 15:41:32 +0100
Subject: [PATCH] product: added full qualifiers for table and columns

---
 .../Product_entity/recordcontainers/db/fromClauseProcess.js   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/entity/Product_entity/recordcontainers/db/fromClauseProcess.js b/entity/Product_entity/recordcontainers/db/fromClauseProcess.js
index bec0e35ae0..655daa8964 100644
--- a/entity/Product_entity/recordcontainers/db/fromClauseProcess.js
+++ b/entity/Product_entity/recordcontainers/db/fromClauseProcess.js
@@ -1,4 +1,4 @@
 import("system.result");
 
-result.string("PRODUCT left join RELATION on RELATIONID = RELATION_ID \n\
-left join ORG on ORGID = ORG_ID left join PERS on PERSID = PERS_ID");
\ No newline at end of file
+result.string("PRODUCT left join RELATION on RELATION.RELATIONID = PRODUCT.RELATION_ID \n\
+left join ORG on ORG.ORGID = RELATION.ORG_ID left join PERS on PERS.PERSID = RELATION.PERS_ID");
\ No newline at end of file
-- 
GitLab