Code refactoring after commit 510c38adcc
				
					
				
			This commit is contained in:
		| @@ -67,7 +67,7 @@ class Bills extends BulkAction | ||||
|         $bills = $this->getSelectedRecords($request); | ||||
|  | ||||
|         foreach ($bills as $bill) { | ||||
|             if ($bill->status == 'cancelled') { | ||||
|             if (! in_array($bill->status, ['cancelled', 'draft'])) { | ||||
|                 continue; | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user