Update web/historial-consultas.html
Browse files
web/historial-consultas.html
CHANGED
|
@@ -487,7 +487,7 @@
|
|
| 487 |
<small class="text-muted">${date}</small>
|
| 488 |
</td>
|
| 489 |
<td>
|
| 490 |
-
<strong>${consultation.patient_name || 'Desconocido'}</strong>
|
| 491 |
</td>
|
| 492 |
<td>
|
| 493 |
<span class="badge ${resultClass}">
|
|
@@ -659,7 +659,7 @@
|
|
| 659 |
<table class="table table-sm">
|
| 660 |
<tr>
|
| 661 |
<td><strong>Nombre:</strong></td>
|
| 662 |
-
<td>${consultation.patient_name || 'N/A'}</td>
|
| 663 |
</tr>
|
| 664 |
<tr>
|
| 665 |
<td><strong>Edad:</strong></td>
|
|
|
|
| 487 |
<small class="text-muted">${date}</small>
|
| 488 |
</td>
|
| 489 |
<td>
|
| 490 |
+
<strong>${consultation.patientName || consultation.patient_name || 'Desconocido'}</strong>
|
| 491 |
</td>
|
| 492 |
<td>
|
| 493 |
<span class="badge ${resultClass}">
|
|
|
|
| 659 |
<table class="table table-sm">
|
| 660 |
<tr>
|
| 661 |
<td><strong>Nombre:</strong></td>
|
| 662 |
+
<td>${consultation.patientName || consultation.patient_name || 'N/A'}</td>
|
| 663 |
</tr>
|
| 664 |
<tr>
|
| 665 |
<td><strong>Edad:</strong></td>
|