mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminados albaranes
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user