mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Hide coupon if trial is enabled
This commit is contained in:
parent
8bc4896daa
commit
b2c7226057
@ -139,7 +139,7 @@
|
||||
</form>
|
||||
@endif
|
||||
|
||||
@if(!empty($billing_subscription->promo_code))
|
||||
@if(!empty($billing_subscription->promo_code) && !$billing_subscription->trial_enabled)
|
||||
<div class="relative mt-8">
|
||||
<div class="absolute inset-0 flex items-center">
|
||||
<div class="w-full border-t border-gray-300"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user