Update to statements and other minor items
This commit is contained in:
@@ -117,7 +117,7 @@ class Controller_Reseller_Account extends Controller_Account {
|
||||
|
||||
$i = Invoice::instance();
|
||||
foreach ($ao->service->list_active() as $io)
|
||||
if (! $io->suspend_billing)
|
||||
if (! $io->suspend_billing AND ! $io->external_billing)
|
||||
$i->add_service($io);
|
||||
|
||||
Block::factory()
|
||||
|
Reference in New Issue
Block a user