mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:17:32 -05:00 
			
		
		
		
	Add company setting
This commit is contained in:
		
							parent
							
								
									fdca196215
								
							
						
					
					
						commit
						1263e6a1db
					
				@ -495,7 +495,10 @@ class CompanySettings extends BaseSettings
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public $show_pdfhtml_on_mobile = true;
 | 
					    public $show_pdfhtml_on_mobile = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public $use_unapplied_payment = 'off'; //always, option, off //@implemented
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public static $casts = [
 | 
					    public static $casts = [
 | 
				
			||||||
 | 
					        'use_unapplied_payment'              => 'string',
 | 
				
			||||||
        'show_pdfhtml_on_mobile'             => 'bool',
 | 
					        'show_pdfhtml_on_mobile'             => 'bool',
 | 
				
			||||||
        'payment_email_all_contacts'         => 'bool',
 | 
					        'payment_email_all_contacts'         => 'bool',
 | 
				
			||||||
        'statement_design_id'                => 'string',
 | 
					        'statement_design_id'                => 'string',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user