diff --git a/modules/adsl/classes/Controller/Reseller/Service/Adsl.php b/modules/adsl/classes/Controller/Reseller/Service/Adsl.php index 5e5322af..02fb3c5b 100644 --- a/modules/adsl/classes/Controller/Reseller/Service/Adsl.php +++ b/modules/adsl/classes/Controller/Reseller/Service/Adsl.php @@ -72,7 +72,7 @@ class Controller_Reseller_Service_Adsl extends Controller_Service { 'id'=>'ID', 'name()'=>'Service', 'plugin()->ipaddress()'=>'IP Address', - 'product->plugin()->speed'=>'Speed', + 'product->plugin()->adsl_supplier_plan->speed'=>'Speed', 'product->plugin()->allowance()'=>'Allowance', 'plugin()->traffic_thismonth()'=>'This Month', 'plugin()->traffic_lastmonth()'=>'Last Month', diff --git a/modules/adsl/views/product/category/list/adslcompare-large.php b/modules/adsl/views/product/category/list/adslcompare-large.php index 08b0ba45..9d0ba5d8 100644 --- a/modules/adsl/views/product/category/list/adslcompare-large.php +++ b/modules/adsl/views/product/category/list/adslcompare-large.php @@ -35,7 +35,7 @@ Speed products() as $po) : ?> - plugin()->display('speed'); ?> + plugin()->adsl_supplier_plan->display('speed'); ?> diff --git a/modules/adsl/views/product/category/list/adslcompare.php b/modules/adsl/views/product/category/list/adslcompare.php index 9dd23799..4a84d6ca 100644 --- a/modules/adsl/views/product/category/list/adslcompare.php +++ b/modules/adsl/views/product/category/list/adslcompare.php @@ -34,7 +34,7 @@