Transfer and Reconciliations form media issue solved ( #3qec06f )
This commit is contained in:
		@@ -26,7 +26,7 @@ class UpdateTransfer extends Job implements ShouldUpdate
 | 
			
		||||
 | 
			
		||||
                    $this->model->attachMedia($media, 'attachment');
 | 
			
		||||
                }
 | 
			
		||||
            } elseif (!$this->request->file('attachment') && $this->model->attachment) {
 | 
			
		||||
            } elseif (! $this->request->file('attachment') && $this->model->attachment) {
 | 
			
		||||
                $this->deleteMediaModel($this->model, 'attachment', $this->request);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user