mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust reseller stats
This commit is contained in:
parent
de270da7ea
commit
d1afeb524b
@ -445,7 +445,7 @@ if (! defined('APP_NAME')) {
|
||||
define('CURRENCY_DECORATOR_NONE', 'none');
|
||||
|
||||
define('RESELLER_REVENUE_SHARE', 'A');
|
||||
define('RESELLER_LIMITED_USERS', 'B');
|
||||
define('RESELLER_ACCOUNT_COUNT', 'B');
|
||||
|
||||
define('AUTO_BILL_OFF', 1);
|
||||
define('AUTO_BILL_OPT_IN', 2);
|
||||
|
@ -378,7 +378,7 @@ class AppController extends BaseController
|
||||
'payments.amount',
|
||||
]);
|
||||
} else {
|
||||
$data = DB::table('users')->count();
|
||||
$data = DB::table('companies')->count();
|
||||
}
|
||||
|
||||
return json_encode($data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user