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