Skip to content
Snippets Groups Projects
Commit 430c5faa authored by David Büchler's avatar David Büchler
Browse files

#1050802 Ungenutzter Parameter

parent 2347247b
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ OrderUtils.copyOfferItemsToOrder = function (pOfferId, pOrderId)
"INFO" : "INFO",
"VAT" : "VAT"
},
condition: newWhereIfSet("OFFERITEM.OFFER_ID", pSourceOfferId).orderBy("ITEMSORT").toString("1=2", true),
condition: newWhereIfSet("OFFERITEM.OFFER_ID", pOfferId).orderBy("ITEMSORT").toString("1=2", true),
ValueMapping: {
"OFFER_ID" : pOrderId
}
......
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