Samson Mutunga 3 周之前
父節點
當前提交
a4a8de1876

+ 2 - 2
resources/views/app/patient/company-client/partials/customer-invoices.blade.php

@@ -78,10 +78,10 @@ $invoices = $customer->invoices;
                             @if($payUrl)
                                 {{-- <small class="text-muted">Requested to pay</small> --}}
                             @else
-                            <a href="#" data-invoice-uid="{{ $record->uid }}" data-uid="{{ $record->customer->uid }}"
+                            {{-- <a href="#" data-invoice-uid="{{ $record->uid }}" data-uid="{{ $record->customer->uid }}"
                                 class="generate-and-store-ic-pay-url" native target="_blank">Request Pay</a>
+                            <small class="text-muted px-1">|</small> --}}
                             @endif
-                            <small class="text-muted px-1">|</small>
                             <a href="#" data-invoice-uid="{{ $record->uid }}"
                                 data-uid="{{ $record->customer->uid }}" class="generate-and-copy-ic-pay-url ml-1"
                                 native target="_blank">Copy Url</a>

+ 2 - 2
resources/views/app/patient/patient-requests.blade.php

@@ -29,9 +29,9 @@
                         <td>{{ $patientRequest->status }}</td>
                         <td>
                             @if ($patientRequest->invoice)
-                                <a href="#" data-invoice-uid="{{ $patientRequest->invoice->uid }}" data-uid="{{ $patientRequest->invoice->customer->uid }}"
+                                {{-- <a href="#" data-invoice-uid="{{ $patientRequest->invoice->uid }}" data-uid="{{ $patientRequest->invoice->customer->uid }}"
                         class="generate-and-store-ic-pay-url" native target="_blank">Request Pay</a>
-                        <small class="text-muted px-1">|</small>
+                        <small class="text-muted px-1">|</small> --}}
                         <a href="#" data-invoice-uid="{{ $patientRequest->invoice->uid }}" data-uid="{{ $patientRequest->invoice->customer->uid }}"
                         class="generate-and-copy-ic-pay-url" native target="_blank">Copy Pay Link</a>
                             @else