July 21, 2014 at 11:57 /
Percentage in filters is based of the base price and not the current price in the calculation. You can change that by search for
1 |
round($this->groundprice/100*$percent |
in file /lib/classes/reservation.class.php and replace it with
1 |
round($this->price/100*$percent |
Regards