Skip to content
Snippets Groups Projects
Commit 1785ef99 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent 9b37b52f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment