February 27, 2013 at 18:58 /
Can’t reproduce the same. One day cost 35, two 70 and three 90. Or do you mean that it costs the same for under a day and a day? That’s because the system calculates beginning units as full ones.
For the second problem open lib/function/both.php and search for
1 |
date.setDate(date.getDate()+1); |
around line 1110 and change it to
1 |
date.setDate(date.getDate()); |
.
Regards