Updated charge, Invoice improvements and other minor fixes

This commit is contained in:
Deon George
2013-09-06 15:39:56 +10:00
parent 2322a802de
commit ab3735914b
52 changed files with 748 additions and 560 deletions

View File

@@ -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 = '';