Merge pull request #1089 from burakcakirel/missing-header-in-export-file
Missing Contact Phone header in Bill and Invoice export file
This commit is contained in:
		@@ -67,6 +67,7 @@ class Bills implements FromCollection, ShouldAutoSize, WithHeadings, WithMapping
 | 
				
			|||||||
            'contact_name',
 | 
					            'contact_name',
 | 
				
			||||||
            'contact_email',
 | 
					            'contact_email',
 | 
				
			||||||
            'contact_tax_number',
 | 
					            'contact_tax_number',
 | 
				
			||||||
 | 
					            'contact_phone',
 | 
				
			||||||
            'contact_address',
 | 
					            'contact_address',
 | 
				
			||||||
            'notes',
 | 
					            'notes',
 | 
				
			||||||
            'category_id',
 | 
					            'category_id',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -67,6 +67,7 @@ class Invoices implements FromCollection, ShouldAutoSize, WithHeadings, WithMapp
 | 
				
			|||||||
            'contact_name',
 | 
					            'contact_name',
 | 
				
			||||||
            'contact_email',
 | 
					            'contact_email',
 | 
				
			||||||
            'contact_tax_number',
 | 
					            'contact_tax_number',
 | 
				
			||||||
 | 
					            'contact_phone',
 | 
				
			||||||
            'contact_address',
 | 
					            'contact_address',
 | 
				
			||||||
            'notes',
 | 
					            'notes',
 | 
				
			||||||
            'category_id',
 | 
					            'category_id',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user