Se agregaron fecha de pago en PedimentoDetail y expedientes

This commit is contained in:
2025-08-07 22:08:41 -06:00
parent 9fc592b127
commit be970b5a89
10 changed files with 1170 additions and 869 deletions

View File

@@ -454,7 +454,7 @@ export default function Documents() {
{ped.pedimento}
</Link>
</td>
<td className="px-4 py-4 whitespace-nowrap text-sm text-gray-700">{ped.fechapago}</td>
<td className="px-4 py-4 whitespace-nowrap text-sm text-gray-700">{ped.fecha_pago}</td>
<td className="px-4 py-4 whitespace-nowrap text-sm text-gray-700 max-w-xs truncate" title={ped.contribuyente}>{ped.contribuyente}</td>
<td className="px-4 py-4 whitespace-nowrap text-sm text-gray-700">{ped.curp_apoderado}</td>
<td className="px-4 py-4 whitespace-nowrap text-sm text-gray-900 font-semibold">${ped.importe_total}</td>