mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:24:36 -04:00
Don't include upgrade modal on self host
This commit is contained in:
parent
039c446815
commit
a87a0bc24d
@ -210,7 +210,7 @@
|
||||
|
||||
@section('body')
|
||||
|
||||
@if ( ! Request::is('settings/account_management'))
|
||||
@if (Utils::isNinjaProd() && ! Request::is('settings/account_management'))
|
||||
@include('partials.upgrade_modal')
|
||||
@endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user