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