Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1785ef99
Commit
1785ef99
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Code comment
parent
9b37b52f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/expensereport/class/expensereport.class.php
+1
-1
1 addition, 1 deletion
htdocs/expensereport/class/expensereport.class.php
htdocs/install/mysql/tables/llx_expensereport.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/tables/llx_expensereport.sql
with
2 additions
and
2 deletions
htdocs/expensereport/class/expensereport.class.php
+
1
−
1
View file @
1785ef99
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_expensereport.sql
+
1
−
1
View file @
1785ef99
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment