mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
add sub sales
This commit is contained in:
parent
ac84e4b235
commit
671154d146
7 changed files with 11 additions and 12 deletions
|
@ -81,7 +81,6 @@ foreach ($result as $value) {
|
|||
$config[$value['setting']] = $value['value'];
|
||||
}
|
||||
date_default_timezone_set($config['timezone']);
|
||||
ORM::raw_execute("SET time_zone = '$config[timezone]';");
|
||||
|
||||
|
||||
$d = ORM::for_table('tbl_user_recharges')->where('status', 'on')->find_many();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue