Fix price for logging
This commit is contained in:
parent
79e5c72ca2
commit
21b57ef471
@ -247,7 +247,7 @@ switch ($action) {
|
|||||||
if($d['status'] == 'on'){
|
if($d['status'] == 'on'){
|
||||||
Package::changeTo($username, $id_plan, $id);
|
Package::changeTo($username, $id_plan, $id);
|
||||||
}
|
}
|
||||||
_log('[' . $admin['username'] . ']: ' . 'Edit Plan for Customer ' . $d['username'] . ' to [' . $d['namebp'] . '][' . Lang::moneyFormat($d['price']) . ']', 'Admin', $admin['id']);
|
_log('[' . $admin['username'] . ']: ' . 'Edit Plan for Customer ' . $d['username'] . ' to [' . $d['namebp'] . '][' . Lang::moneyFormat($p['price']) . ']', 'Admin', $admin['id']);
|
||||||
r2(U . 'prepaid/list', 's', $_L['Updated_Successfully']);
|
r2(U . 'prepaid/list', 's', $_L['Updated_Successfully']);
|
||||||
} else {
|
} else {
|
||||||
r2(U . 'prepaid/edit/' . $id, 'e', $msg);
|
r2(U . 'prepaid/edit/' . $id, 'e', $msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user