mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 20:34:56 +02:00
let the device decide again
This commit is contained in:
parent
1c0ff671a5
commit
dd7f9dc94e
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ class Package
|
|||
}
|
||||
}
|
||||
|
||||
if ($b['status'] == 'on') {
|
||||
//if ($b['status'] == 'on') {
|
||||
$dvc = Package::getDevice($p);
|
||||
if ($_app_stage != 'demo') {
|
||||
if (file_exists($dvc)) {
|
||||
|
@ -245,7 +245,7 @@ class Package
|
|||
new Exception(Lang::T("Devices Not Found"));
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
$b->customer_id = $id_customer;
|
||||
$b->username = $c['username'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue