Move billing more service::class methods into __get(), use of component ribbons for service status
This commit is contained in:
@@ -49,7 +49,7 @@ class ServiceList extends Command
|
||||
));
|
||||
|
||||
foreach (Service::cursor() as $o) {
|
||||
if ((! $this->option('inactive')) && (! $o->isActive()))
|
||||
if ((! $this->option('inactive')) && (! $o->is_active))
|
||||
continue;
|
||||
|
||||
if ($this->option('type') && ($o->product->getCategoryAttribute() !== $this->option('type')))
|
||||
|
Reference in New Issue
Block a user