Popravek casa od katerega se uporablja nova cena paketov
This commit is contained in:
parent
c2295ec15b
commit
b59759e733
@ -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'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user