Преглед на файлове

changed client sort order

= преди 4 години
родител
ревизия
9e1a023333
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      app/Http/Controllers/PracticeManagementController.php

+ 2 - 0
app/Http/Controllers/PracticeManagementController.php

@@ -739,6 +739,8 @@ class PracticeManagementController extends Controller
             ::where('is_cleared_for_shipment', true)
             ->where('is_cancelled', false)
             ->whereNull('shipment_id')
+            ->orderBy('name_last', 'ASC')
+            ->orderBy('name_first', 'ASC')
             ->orderBy('client_id', 'ASC')
             ->orderBy('mailing_address_full', 'ASC')
             ->orderBy('created_at', 'ASC')