Added Crazydomains and fixed payment updates

This commit is contained in:
Deon George
2014-06-24 14:38:39 +10:00
parent cbd10347a5
commit fadd59b20f
7 changed files with 104 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ abstract class Model_Service_Plugin extends ORM_OSB {
*/
protected function manage() {
// Dont show the manage button for expired or inactive services
if (! $this->service->status OR $this->service->expiring() OR $this->service->external_billing)
if (! $this->service->status OR $this->service->expiring())
return FALSE;
static $x = '';