From 83095e54a769a43678061f3dd7db0534634501eb Mon Sep 17 00:00:00 2001 From: "d.lechner" <d.lechner@adito.de> Date: Thu, 6 Jun 2019 10:25:58 +0200 Subject: [PATCH] Salesproject_id changed to OBJECT_ROWID in offer-lib - now the report opens correctly --- process/Offer_lib/process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Offer_lib/process.js b/process/Offer_lib/process.js index 91417aabca..cb3542c916 100644 --- a/process/Offer_lib/process.js +++ b/process/Offer_lib/process.js @@ -106,7 +106,7 @@ OfferUtils.openOfferReport = function (pOfferID) "VAT", sqlUtil.isNull("VERSNR", "0"), sqlUtil.isNull("OFFERCODE", "0"), - "SALESPROJECT_ID", //12 + "OBJECT_ROWID", //12 "FOOTER" //13 ]; -- GitLab