mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
fix prepaid update
This commit is contained in:
parent
486e22f020
commit
8e84c32616
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ switch ($action) {
|
|||
} else {
|
||||
$msg .= $_L['Data_Not_Found'] . '<br>';
|
||||
}
|
||||
$p = ORM::for_table('tbl_plans')->where('id', $plan_id)->where('enabled', '1')->find_one();
|
||||
$p = ORM::for_table('tbl_plans')->where('id', $id_plan)->where('enabled', '1')->find_one();
|
||||
if ($d) {
|
||||
} else {
|
||||
$msg .= ' Plan Not Found<br>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue