ソースを参照

NRC - show visit_number in popup title

Vijayakrishnan 3 年 前
コミット
2640516ac4

+ 1 - 1
resources/views/app/practice-management/notes-resolution-center.blade.php

@@ -80,7 +80,7 @@
                     <td class="text-nowrap">
                         <a open-in-stag-popup popup-style="medium-large" update-parent
                            mc-initer="note-resolve-{{$row->uid}}"
-                           title="Note: {{$row->client_name}}  -  {{friendly_date($row->effective_dateest)}}"
+                           title="Note: {{$row->client_name}}  -  {{friendly_date($row->effective_dateest)}} - Visit# {{$row->visit_number}}"
                            href="/resolve-note/{{$row->client_uid}}/{{$row->uid}}">View</a>&nbsp;
 			            <a href="/patients/view/{{ $row->client_uid }}/notes/view/{{ $row->uid }}?suggestion_mode=on" target="popup" onclick="window.open("/patients/view/{{ $row->client_uid }}/notes/view/{{ $row->uid }}?suggestion_mode=on",'popup','width=600,height=600,scrollbars=no,resizable=no'); return false;"><i class="fa fa-arrow-right"></i></a>
                     </td>