Popravek casa od katerega se uporablja nova cena paketov

This commit is contained in:
pero1203 2020-12-07 11:27:02 +01:00
parent c2295ec15b
commit b59759e733

View File

@ -86,7 +86,7 @@ class UserNarocila{
$package_price = $this->packages[$package_name]['price'];
// Narocila pred 7.12. morajo imeti stare cene
if($time != '' && strtotime($time) < strtotime('2020-12-07')){
if($time != '' && strtotime($time) < strtotime('2020-12-06 20:00:00')){
// Mesecno ceno zmanjsamo glede na trajanje
if($package_name == '2ka'){