Commit 9d99612c980cd3fade88c623767a14a23a9707ee

Authored by Сергей П
1 parent eb5ae252d6
Exists in master

Фиксы

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

app/Http/Controllers/EmployerController.php
... ... @@ -604,6 +604,7 @@ class EmployerController extends Controller
604 604  
605 605 $jobs_titles = Job_title::select('id', 'name')
606 606 ->where('is_remove', '=', 0)
  607 + ->where('is_bd', '=', 2)
607 608 ->orderBy('name', 'asc')
608 609 ->get()
609 610 ->toArray()