瀏覽代碼

Appt decision confirmation notifications

Vijayakrishnan 3 年之前
父節點
當前提交
f19958aabf
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      app/Http/Controllers/HomeController.php
  2. 2 2
      resources/views/app/dashboard.blade.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -412,7 +412,7 @@ class HomeController extends Controller
             ->rightJoin('appointment', 'appointment.id', '=', 'appointment_confirmation_decision.appointment_id')
             ->rightJoin('client', 'client.id', '=', 'appointment.client_id')
             ->rightJoin('pro', 'pro.id', '=', 'appointment.pro_id')
-            ->where('appointment_confirmation_decision.was_acknowledged_by_appointment_pro', false)
+            ->where('appointment_confirmation_decision.was_acknowledged_by_client_default_na', false)
             ->where('appointment.status', '!=', 'CREATED')
             ->where('appointment.status', '!=', 'COMPLETED')
             ->where('appointment.status', '!=', 'ABANDONED')

+ 2 - 2
resources/views/app/dashboard.blade.php

@@ -208,7 +208,7 @@
                         @if(count($proApptUpdates))
                             <div class="mb-3 border rounded px-3 py-2 ack-container">
                                 <p class="pt-1 mb-2"><b>Appointment Updates</b></p>
-                                <table class="table table-sm table-hover table-bordered">
+                                <table class="table table-sm table-hover table-bordered mb-0">
                                     <thead>
                                     <tr>
                                         <th>Client</th>
@@ -234,7 +234,7 @@
                         @if(count($naApptUpdates))
                             <div class="mb-3 border rounded px-3 py-2 ack-container">
                                 <p class="pt-1 mb-2"><b>Appointment Updates</b></p>
-                                <table class="table table-sm table-hover table-bordered">
+                                <table class="table table-sm table-hover table-bordered mb-0">
                                     <thead>
                                     <tr>
                                         <th>Client</th>