mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Copy over custom item fields when converting a quote
This commit is contained in:
		
							parent
							
								
									26a33f26e1
								
							
						
					
					
						commit
						a56a5e778d
					
				@ -754,6 +754,8 @@ class InvoiceRepository extends BaseRepository
 | 
			
		||||
                'tax_rate1',
 | 
			
		||||
                'tax_name2',
 | 
			
		||||
                'tax_rate2',
 | 
			
		||||
                'custom_value1',
 | 
			
		||||
                'custom_value2',
 | 
			
		||||
            ] as $field) {
 | 
			
		||||
                $cloneItem->$field = $item->$field;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user