mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:17:34 -04:00 
			
		
		
		
	Merge pull request #6259 from beganovich/v5-1307-count-one-minus-one
Show products from same group
This commit is contained in:
		
						commit
						e5cec10c87
					
				| @ -82,7 +82,7 @@ | |||||||
|                 </a> |                 </a> | ||||||
|             @endif |             @endif | ||||||
| 
 | 
 | ||||||
|             @if($subscription->service()->getPlans()->count() - 1 > 1) |             @if($subscription->service()->getPlans()->count() > 1) | ||||||
|                 <div class="flex flex-col mt-10"> |                 <div class="flex flex-col mt-10"> | ||||||
|                     <p class="mb-4 uppercase leading-4 tracking-wide inline-flex items-center rounded-full text-xs font-medium"> |                     <p class="mb-4 uppercase leading-4 tracking-wide inline-flex items-center rounded-full text-xs font-medium"> | ||||||
|                         {{ ctrans('texts.you_might_be_interested_in_following') }}: |                         {{ ctrans('texts.you_might_be_interested_in_following') }}: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user