소스 검색

Practice > Bills - table - Rename "Reason" to "Context" - make this col grow wide

Vijayakrishnan Krishnan 4 년 전
부모
커밋
5126d93542
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/app/practice-management/bills.blade.php

+ 2 - 2
resources/views/app/practice-management/bills.blade.php

@@ -23,9 +23,9 @@
                 <tr>
                 <tr>
                     <th class="px-3 border-0">Created</th>
                     <th class="px-3 border-0">Created</th>
                     <th class="border-0">Patient</th>
                     <th class="border-0">Patient</th>
-                    <th class="border-0">Reason</th>
+                    <th class="border-0 w-50">Context</th>
                     <th class="border-0">Role</th>
                     <th class="border-0">Role</th>
-                    <th class="border-0 w-50">Amount</th>
+                    <th class="border-0">Amount</th>
                 </tr>
                 </tr>
                 </thead>
                 </thead>
                 <tbody>
                 <tbody>