From c3b7902e6b0cd77a2bfc3d47bbf8808db0f5879a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 6 Apr 2014 12:45:39 +0300 Subject: [PATCH] Bug fixes --- app/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index 871cc4b8512e..652ae40bbfe1 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -274,7 +274,7 @@ - @if (!Auth::user()->isPro()) + @if (false && !Auth::user()->isPro()) {{ trans('texts.pro_plan.remove_logo', ['link'=>link_to('account/enable_pro_plan', trans('texts.pro_plan.remove_logo_link'))]) }} @endif