Merge branch 'hotspotbilling:Development' into Development
This commit is contained in:
commit
c594cf28bb
@ -79,5 +79,5 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
die();
|
die();
|
||||||
default:
|
default:
|
||||||
$ui->display('404.tpl');
|
die();
|
||||||
}
|
}
|
||||||
|
@ -225,7 +225,7 @@ switch ($action) {
|
|||||||
$ui->assign('server', $b['routers']);
|
$ui->assign('server', $b['routers']);
|
||||||
$ui->assign('plan', $plan);
|
$ui->assign('plan', $plan);
|
||||||
$ui->assign('csrf_token', Csrf::generateAndStoreToken());
|
$ui->assign('csrf_token', Csrf::generateAndStoreToken());
|
||||||
$ui->display('recharge-confirm.tpl');
|
$ui->display('admin/plan/recharge-confirm.tpl');
|
||||||
} else {
|
} else {
|
||||||
r2(getUrl('customers/view/') . $id_customer, 'e', 'Cannot find active plan');
|
r2(getUrl('customers/view/') . $id_customer, 'e', 'Cannot find active plan');
|
||||||
}
|
}
|
||||||
|
@ -791,7 +791,7 @@ switch ($action) {
|
|||||||
$ui->assign('from_id', 0);
|
$ui->assign('from_id', 0);
|
||||||
$ui->assign('vpl', '3');
|
$ui->assign('vpl', '3');
|
||||||
$ui->assign('pagebreak', $voucherPerPage);
|
$ui->assign('pagebreak', $voucherPerPage);
|
||||||
$ui->display('print-voucher.tpl');
|
$ui->display('admin/print/voucher.tpl');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($numbervoucher == 1) {
|
if ($numbervoucher == 1) {
|
||||||
@ -891,7 +891,7 @@ switch ($action) {
|
|||||||
$content .= Lang::pad($config['note'], ' ', 2) . "\n";
|
$content .= Lang::pad($config['note'], ' ', 2) . "\n";
|
||||||
$ui->assign('_title', Lang::T('View'));
|
$ui->assign('_title', Lang::T('View'));
|
||||||
$ui->assign('whatsapp', urlencode("```$content```"));
|
$ui->assign('whatsapp', urlencode("```$content```"));
|
||||||
$ui->display('voucher-view.tpl');
|
$ui->display('admin/voucher/view.tpl');
|
||||||
} else {
|
} else {
|
||||||
r2(getUrl('plan/voucher/'), 'e', Lang::T('Voucher Not Found'));
|
r2(getUrl('plan/voucher/'), 'e', Lang::T('Voucher Not Found'));
|
||||||
}
|
}
|
||||||
|
@ -1009,5 +1009,6 @@
|
|||||||
"Payment_Date": "Payment Date",
|
"Payment_Date": "Payment Date",
|
||||||
"Plan_Expiry_Date": "Plan Expiry Date",
|
"Plan_Expiry_Date": "Plan Expiry Date",
|
||||||
"Make_Payment": "Make Payment",
|
"Make_Payment": "Make Payment",
|
||||||
"Validity_Period": "Validity Period"
|
"Validity_Period": "Validity Period",
|
||||||
|
"Buy_Balance_Package": "Buy Balance Package"
|
||||||
}
|
}
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "2025.2.3"
|
"version": "2025.2.4"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user