terminados albaranes

This commit is contained in:
2025-04-22 10:26:33 +02:00
parent 2050f0ae1e
commit 6450231b53
6 changed files with 56 additions and 4 deletions

View File

@ -52,7 +52,7 @@
FECHA:
</th>
<th class="text-start fecha">
<?= $albaran->fecha_albaran ? date('d-m-Y', strtotime($albaran->fecha_albaran)) : date('d-m-Y') ?>
<?= $albaran->fecha_albaran ? $albaran->fecha_albaran : date('d-m-Y') ?>
</th>
</tr>
</thead>