Code comment

This commit is contained in:
Laurent Destailleur 2017-02-02 00:59:07 +01:00
parent 9b37b52f45
commit 1785ef9957
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class ExpenseReport extends CommonObject
// Create
var $date_create;
var $fk_user_author;
var $fk_user_author; // the user the expense report is for (not really the author)
// Update
var $date_modif;

View File

@ -35,7 +35,7 @@ CREATE TABLE llx_expensereport (
date_refuse datetime,
date_cancel datetime,
tms timestamp,
fk_user_author integer NOT NULL,
fk_user_author integer NOT NULL, -- not the user author but the user the expense report is for
fk_user_modif integer DEFAULT NULL,
fk_user_valid integer DEFAULT NULL,
fk_user_validator integer DEFAULT NULL,