mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Added additional fields to transformer
This commit is contained in:
		
							parent
							
								
									254dd4ff53
								
							
						
					
					
						commit
						7182078acb
					
				@ -76,7 +76,15 @@ class AccountTransformer extends EntityTransformer
 | 
			
		||||
            'language_id' => (int) $account->language_id,
 | 
			
		||||
            'fill_products' => (bool) $account->fill_products,
 | 
			
		||||
            'update_products' => (bool) $account->update_products,
 | 
			
		||||
            'vat_number' => $account->vat_number
 | 
			
		||||
            'vat_number' => $account->vat_number,
 | 
			
		||||
            'custom_invoice_label1' => $account->custom_invoice_label1,
 | 
			
		||||
            'custom_invoice_label2' => $account->custom_invoice_label2,
 | 
			
		||||
            'custom_invoice_taxes1' => $account->custom_invoice_taxes1,
 | 
			
		||||
            'custom_invoice_taxes2' => $account->custom_invoice_taxes1,
 | 
			
		||||
            'custom_label1' => $account->custom_label1,
 | 
			
		||||
            'custom_label2' => $account->custom_label2,
 | 
			
		||||
            'custom_value1' => $account->custom_value1,
 | 
			
		||||
            'custom_value2' => $account->custom_value2
 | 
			
		||||
        ];
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user