Skip to content

Commit

Permalink
This calculation was a little bit too cheap for us πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
BirknerAlex committed Apr 6, 2017
1 parent e176daa commit e86efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Nitrapi/Order/Pricing/PartPricing.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getPrice($rentalTime, Service &$service = null) {
$prices = $this->getPrices($service);
$parts = $this->getParts();

$multiply = 0;
$multiply = 1;
$totalPrice = 0;

// Dynamic rental times
Expand Down

0 comments on commit e86efc6

Please sign in to comment.