Browse Source

Client phone

Vijayakrishnan 4 years ago
parent
commit
9e78ebc778
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/PracticeManagementController.php

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

@@ -1050,6 +1050,7 @@ SELECT claim.uid AS uid,
        DATE(claim.created_at) AS created,
        claim.status,
        client.uid AS client_uid,
+       client.cell_number AS client_phone,
        (client.name_last || ' ' || client.name_first) AS client ,
        client.chart_number AS client_chart_number,
        cp.id AS claim_pro_id,