Skip to content
Snippets Groups Projects
Commit 672b55ce authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfix in Offer_lib

parent 59d188e4
No related branches found
No related tags found
No related merge requests found
......@@ -133,12 +133,12 @@ OfferUtils.openOfferReport = function (pOfferID)
var letterSalutation = offerData[15];
offerData[7] = datetime.toDate(offerData[7], translate.text("dd.MM.yyyy", language));
var language = newSelect("ISO2")
.from("AB_LANGUAGE")
.where("AB_LANGUAGE.ISO3", offerData[2])
.cell();
offerData[7] = datetime.toDate(offerData[7], translate.text("dd.MM.yyyy", language));
var offerItemFields = [
"OFFERITEM.INFO",
......
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