Updated charge, Invoice improvements and other minor fixes
This commit is contained in:
@@ -47,7 +47,7 @@ abstract class Model_Service_Plugin extends ORM_OSB {
|
||||
abstract public function password_value();
|
||||
|
||||
public function manage_button() {
|
||||
if (! $this->service->status)
|
||||
if (! $this->service->status OR $this->service->expiring())
|
||||
return FALSE;
|
||||
|
||||
static $k = '';
|
||||
|
Reference in New Issue
Block a user