Fix call function get_date instead getDate
This commit is contained in:
parent
ed27b44f62
commit
4354820689
@ -198,8 +198,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</form>
|
</form>
|
||||||
<p>Date de création : <?php echo $inventory->get_date('datec') ?>
|
<p>Date de création : <?php echo $inventory->getDate('datec') ?>
|
||||||
<br />Dernière mise à jour : <?php echo $inventory->get_date('tms') ?></p>
|
<br />Dernière mise à jour : <?php echo $inventory->getDate('tms') ?></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user