fixed tests and bulk action export
This commit is contained in:
		| @@ -104,6 +104,6 @@ class Bills extends BulkAction | ||||
|     { | ||||
|         $selected = $this->getSelectedInput($request); | ||||
|  | ||||
|         return \Excel::download(new Export($selected), \Str::filename(trans_choice('general.bills', 2)) . '.xlsx'); | ||||
|         return $this->exportExcel(new Export($selected), trans_choice('general.bills', 2)); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user