ViannyCruz commited on
Commit
e759c3c
·
verified ·
1 Parent(s): 37b574f

Update web/historial-consultas.html

Browse files
Files changed (1) hide show
  1. web/historial-consultas.html +2 -2
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>