conv_bal
watcha.h 2015-03-02 16:08:02 +07:00
parent f9cd6d404c
commit a727a26344
2 changed files with 0 additions and 4 deletions

View File

@ -62,7 +62,6 @@
<th>#</th> <th>#</th>
<th>วันที่</th> <th>วันที่</th>
<th>ชื่อ</th> <th>ชื่อ</th>
<th>หมายเหตุ</th>
</thead> </thead>
<tbody> <tbody>
{{#if recent_patients}} {{#if recent_patients}}
@ -73,7 +72,6 @@
<td> <td>
{{view "link" string=name action="clinic_patient" action_options="mode=form" active_id=pid}} {{view "link" string=name action="clinic_patient" action_options="mode=form" active_id=pid}}
</td> </td>
<td>{{note}}</td>
</tr> </tr>
{{/each}} {{/each}}
{{else}} {{else}}
@ -94,7 +92,6 @@
<th>#</th> <th>#</th>
<th>วันที่</th> <th>วันที่</th>
<th>ชื่อ</th> <th>ชื่อ</th>
<th>หมายเหตุ</th>
</thead> </thead>
<tbody> <tbody>
{{#if resign_patients}} {{#if resign_patients}}
@ -105,7 +102,6 @@
<td> <td>
{{view "link" string=name action="clinic_patient" action_options="mode=form" active_id=pid}} {{view "link" string=name action="clinic_patient" action_options="mode=form" active_id=pid}}
</td> </td>
<td>{{note}}</td>
</tr> </tr>
{{/each}} {{/each}}
{{else}} {{else}}