From c57d4e3fc4c829ed2a5ac3bca8c4bc3cd5515527 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 26 Feb 2015 13:30:35 -0500 Subject: [PATCH] Check if station is on a trial plan before displaying the trial box --- .../application/views/scripts/partialviews/trialBox.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml b/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml index b38973dc2..70f8ba322 100644 --- a/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml +++ b/airtime_mvc/application/views/scripts/partialviews/trialBox.phtml @@ -1,4 +1,4 @@ -trial_remain != '' && $this->trial_remain != "Trial expired."){?> +is_trial && $this->trial_remain != '' && $this->trial_remain != "Trial expired."){?>