mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:27:31 -05:00 
			
		
		
		
	Fixes for migration
This commit is contained in:
		
							parent
							
								
									fac2c80fe7
								
							
						
					
					
						commit
						c19cebef80
					
				@ -1259,12 +1259,6 @@ trait GenerateMigrationResources
 | 
				
			|||||||
                'custom_value3' => '',
 | 
					                'custom_value3' => '',
 | 
				
			||||||
                'custom_value4' => '',
 | 
					                'custom_value4' => '',
 | 
				
			||||||
                'transaction_name' => '',
 | 
					                'transaction_name' => '',
 | 
				
			||||||
                'shipping_address1' => $vendor->shipping_address1,
 | 
					 | 
				
			||||||
                'shipping_address2' => $vendor->shipping_address2,
 | 
					 | 
				
			||||||
                'shipping_city' => $vendor->shipping_city,
 | 
					 | 
				
			||||||
                'shipping_state' => $vendor->shipping_state,
 | 
					 | 
				
			||||||
                'shipping_postal_code' => $vendor->shipping_postal_code,
 | 
					 | 
				
			||||||
                'shipping_country_id' => $vendor->shipping_country_id,
 | 
					 | 
				
			||||||
                'contacts' => $this->getVendorContacts($vendor->vendor_contacts),
 | 
					                'contacts' => $this->getVendorContacts($vendor->vendor_contacts),
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user