Procházet zdrojové kódy

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

Vijayakrishnan Krishnan před 4 roky
rodič
revize
18c8035bbc

+ 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))