瀏覽代碼

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

Vijayakrishnan Krishnan 4 年之前
父節點
當前提交
18c8035bbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))