évolution code pour version 1.3 de paheko

correction décalage date affichée
This commit is contained in:
Jean-Christophe Engel 2023-09-30 20:56:38 +02:00
parent d46d7b00dc
commit b236ef5f71
28 changed files with 162 additions and 140 deletions

View file

@ -26,7 +26,14 @@
<tbody>
{foreach from=$mvts item="mvt"}
<tr>
<?php
$mvt_date = date("d/m/Y", strtotime($mvt->mvt_date));
?>
{*
<td>{$mvt.mvt_date|date_format:'%d/%m/%y'}</td>
Erreur : dates décalées d'un jour (en arrière)
*}
<td>{$mvt_date}</td>
{if $mvt.side}
<td>Sortie</td>
{else}
@ -43,5 +50,5 @@
<!-- -->
{linkbutton label="Retour" shape="export" href=$return_link}
<!-- footer -->
{include file="admin/_foot.tpl"}
{include file="_foot.tpl"}
<!-- -->