mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 15:19:36 +02:00
fix [[expired_date]]
This commit is contained in:
parent
6dafd549d9
commit
8d17cd3f90
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ class Message
|
|||
}
|
||||
if ($user_recharge) {
|
||||
$msg = str_replace('[[expired_date]]', Lang::dateAndTimeFormat($user_recharge['expiration'], $user_recharge['time']), $msg);
|
||||
}else{
|
||||
$msg = str_replace('[[expired_date]]', "", $msg);
|
||||
}
|
||||
if (
|
||||
!empty($customer['phonenumber']) && strlen($customer['phonenumber']) > 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue