Skip to content

Commit

Permalink
Fixed: Set discountRate from ShoppingCartItem (OFBIZ-12802)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrohl committed Feb 2, 2024
1 parent 6a35d40 commit 79242f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public ShoppingCartItem(ShoppingCartItem item) {
this.reserv2ndPPPerc = item.getReserv2ndPPPerc();
this.reservNthPPPerc = item.getReservNthPPPerc();
this.listPrice = item.getListPrice();
this.discountRate = item.getDiscountRate();
this.setIsModifiedPrice(item.getIsModifiedPrice());
this.selectedAmount = item.getSelectedAmount();
this.requirementId = item.getRequirementId();
Expand Down

0 comments on commit 79242f6

Please sign in to comment.