Update bookkeeping.class.php

This commit is contained in:
Philippe Grand 2019-11-01 11:12:09 +01:00 committed by GitHub
parent 07cd656a1c
commit 3692a6602d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1977,9 +1977,8 @@ class BookKeepingLine
public $piece_num;
/**
* Creation date
* @var int
*/
* @var integer|string date_creation
*/
public $date_creation;
public $date_modification;