mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 13:27:33 -04:00 
			
		
		
		
	show partial due
This commit is contained in:
		
							parent
							
								
									15f826d3f0
								
							
						
					
					
						commit
						3bcc9a2d74
					
				| @ -474,6 +474,14 @@ class Design extends BaseDesign | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         if (!is_null($this->entity->partial) && $this->entity->partial > 0) { | ||||
|             $elements[] = ['element' => 'div', 'elements' => [ | ||||
|                 ['element' => 'span', 'content' => 'This is placeholder for the 3rd fraction of element.', 'properties' => ['style' => 'opacity: 0%']], // Placeholder for fraction of element (3fr)
 | ||||
|                 ['element' => 'span', 'content' => '$partial_due_label', 'properties' => ['data-ref' => 'totals_table-partial_due-label']], | ||||
|                 ['element' => 'span', 'content' => '$partial_due'], | ||||
|             ]]; | ||||
|         } | ||||
| 
 | ||||
|         return $elements; | ||||
|     } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user