mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:27:31 -05:00 
			
		
		
		
	minor fixes for export transformers
This commit is contained in:
		
							parent
							
								
									12c928c5a0
								
							
						
					
					
						commit
						eb6cddeb08
					
				@ -764,7 +764,7 @@ trait GenerateMigrationResources
 | 
				
			|||||||
                'date' => $item->created_at,
 | 
					                'date' => $item->created_at,
 | 
				
			||||||
                'custom_value1' => $item->custom_value1,
 | 
					                'custom_value1' => $item->custom_value1,
 | 
				
			||||||
                'custom_value2' => $item->custom_value2,
 | 
					                'custom_value2' => $item->custom_value2,
 | 
				
			||||||
                'line_item_type_id' => $item->invoice_item_type_id,
 | 
					                'type_id' => $item->invoice_item_type_id,
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user