Work on SSL and Host accounts
This commit is contained in:
@@ -151,4 +151,9 @@ class Adsl extends ProductType implements ProductSupplier
|
||||
// @todo Tax shouldnt be hard coded
|
||||
return ($this->product->base_cost+$this->allowance_cost())*1.1;
|
||||
}
|
||||
|
||||
public function getSupplierAttribute()
|
||||
{
|
||||
return $this->getRelationValue('supplier');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user