Skip to content

Commit

Permalink
#4920 set some seqno in order to not compute it later
Browse files Browse the repository at this point in the history
#4920 Improve creating product prices when importing IFA products
  • Loading branch information
cristinamghita committed Feb 19, 2019
1 parent 66157b2 commit f8b549a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -256,6 +256,7 @@ else if (pp != null && price.signum()== 0)

pp.setM_PriceList_Version(plv);
pp.setM_Product_ID(ppRequest.getProductId());
pp.setSeqNo(10);
pp.setPriceLimit(price);
pp.setPriceList(price);
pp.setPriceStd(price);
Expand Down

0 comments on commit f8b549a

Please sign in to comment.