mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 17:03:02 -04:00 
			
		
		
		
	Fix for <br/> in product list
This commit is contained in:
		
							parent
							
								
									5f68a2ac00
								
							
						
					
					
						commit
						7f8fbbda64
					
				| @ -24,7 +24,7 @@ class ProductDatatable extends EntityDatatable | |||||||
|             [ |             [ | ||||||
|                 'notes', |                 'notes', | ||||||
|                 function ($model) { |                 function ($model) { | ||||||
|                     return e(nl2br(Str::limit($model->notes, 100))); |                     return e(Str::limit($model->notes, 100)); | ||||||
|                 }, |                 }, | ||||||
|             ], |             ], | ||||||
|             [ |             [ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user