Skip to content

Commit

Permalink
Merge pull request #171 from moslem7026/DrillDownPrice
Browse files Browse the repository at this point in the history
Issue #173 - Display Price visibility issue in DrillDown View
  • Loading branch information
Will Strohl authored Jun 1, 2019
2 parents b67b812 + a2aec0a commit 6d89130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public SingleProductJsonModel(Product product, HotcakesApplication app)
Bvin = product.Bvin;

var up = app.PriceProduct(product, app.CurrentCustomer, null, app.CurrentlyActiveSales);
UserPrice = up.DisplayPrice();
UserPrice = up.DisplayPrice(true,false);
}

public string ProductLink { get; set; }
Expand Down

0 comments on commit 6d89130

Please sign in to comment.