Explorar el Código

fix on care month

= hace 3 años
padre
commit
08788a63b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/dna/care-months.blade.php

+ 1 - 1
resources/views/app/dna/care-months.blade.php

@@ -69,7 +69,7 @@
                             @if($bill)
                             <div class="d-flex flex-column">
                                 <span>Code: {{ $bill->code }}</span>
-                                <a href="/patients/view/{{ $bill->note->client->uid }}/notes/view/{{ $bill->note->uid }}">Note</a>
+                                <a href="/patients/view/{{ $bill->careMonth->client->uid }}/notes/view/{{ $bill->careMonth->uid }}">Note</a>
                             </div>
                             @endif
                         </td>