mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 15:36:33 +08: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…
Reference in a new issue