Skip to content
Snippets Groups Projects
Commit 35c8926f authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '1050801_SalesprojectDescription' into '2020.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1050801][Vertrieb: Angebot: Reiter...

See merge request xrm/basic!135
parents 60047a2b ba27c13c
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@ OfferItemUtils.prototype.insertPartsList = function(pProductId, pAssignedTo, pCu
return ItemUtils.prototype.insertPartsList.apply(this, [cols, pProductId, pAssignedTo, pCurrency, pContactId, [[["info", "INFO"], ["info",
"( " + newSelect("DESCRIPTION")
.from("DESCRIPTIONTRANSLATION")
.where("DESCRIPTIONTRANSLATION.OBJECT_ROWID", pProductId)
.where("DESCRIPTIONTRANSLATION.OBJECT_ROWID = PRODUCT.PRODUCTID")
.and("DESCRIPTIONTRANSLATION.OBJECT_TYPE = 'Product'")
.and("DESCRIPTIONTRANSLATION.LANG", pLanguage)
.toString() + ")"]]]]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment