Bladeren bron

Use "Note" instead of the actual now title in transactions

Vijayakrishnan Krishnan 4 jaren geleden
bovenliggende
commit
18c8035bbc
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      resources/views/app/practice-management/financial-transactions.blade.php

+ 1 - 1
resources/views/app/practice-management/financial-transactions.blade.php

@@ -54,7 +54,7 @@
                                 <b>{{ $transaction->bill->code }}</b>
                                 -
                                 <a href="/patients/view/{{ $transaction->client->uid }}/notes/view/{{ $transaction->bill->note->uid }}">
-                                    <b>{{ $transaction->bill->note->title }}</b>
+                                    <b>Note</b>
                                 </a>
                             @endif
                             @if(!empty($transaction->bill->reason1))