Skip to content
Snippets Groups Projects
Commit 8bae40e4 authored by b.ulrich's avatar b.ulrich
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1051275][Serienbrief kann nicht erzeugt werden]

parent fdd15fda
No related branches found
No related tags found
No related merge requests found
......@@ -256,13 +256,6 @@ ItemUtils.prototype.insertPartsList = function(columns, productId, assignedTo, c
price = ProductDetails.PriceListToUse.price;
vat = ProductDetails.PriceListToUse.vat;
}
if(newSelect("takeprice")
.from("prod2prod")
.whereIfSet("PROD2PROD.PROD2PRODID", p2pid)
.cell() == 0){
price = 0
}
var vals = [newid
, self.offerOrderId
......
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