Fix call function get_date instead getDate

This commit is contained in:
phf 2017-03-28 09:39:26 +02:00
parent ed27b44f62
commit 4354820689

View File

@ -198,8 +198,8 @@
</div>
<?php } ?>
</form>
<p>Date de création : <?php echo $inventory->get_date('datec') ?>
<br />Dernière mise à jour : <?php echo $inventory->get_date('tms') ?></p>
<p>Date de création : <?php echo $inventory->getDate('datec') ?>
<br />Dernière mise à jour : <?php echo $inventory->getDate('tms') ?></p>