mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-28 03:13:26 -04:00 
			
		
		
		
	Display number of documents
This commit is contained in:
		
							parent
							
								
									901464380e
								
							
						
					
					
						commit
						1bed3dbdf5
					
				| @ -327,7 +327,12 @@ | |||||||
|                         <li role="presentation"><a href="#terms" aria-controls="terms" role="tab" data-toggle="tab">{{ trans("texts.terms") }}</a></li> |                         <li role="presentation"><a href="#terms" aria-controls="terms" role="tab" data-toggle="tab">{{ trans("texts.terms") }}</a></li> | ||||||
|                         <li role="presentation"><a href="#footer" aria-controls="footer" role="tab" data-toggle="tab">{{ trans("texts.footer") }}</a></li> |                         <li role="presentation"><a href="#footer" aria-controls="footer" role="tab" data-toggle="tab">{{ trans("texts.footer") }}</a></li> | ||||||
|                         @if ($account->hasFeature(FEATURE_DOCUMENTS)) |                         @if ($account->hasFeature(FEATURE_DOCUMENTS)) | ||||||
|                             <li role="presentation"><a href="#attached-documents" aria-controls="attached-documents" role="tab" data-toggle="tab">{{ trans("texts.invoice_documents") }}</a></li> |                             <li role="presentation"><a href="#attached-documents" aria-controls="attached-documents" role="tab" data-toggle="tab"> | ||||||
|  |                                 {{ trans("texts.invoice_documents") }} | ||||||
|  |                                 @if (count($invoice->documents)) | ||||||
|  |                                     ({{ count($invoice->documents) }}) | ||||||
|  |                                 @endif | ||||||
|  |                             </a></li> | ||||||
|                         @endif |                         @endif | ||||||
|                     </ul> |                     </ul> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user