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
6e10dd3c
Commit
6e10dd3c
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad
parent
4781707f
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/install/mysql/migration/3.7.0-3.8.0.sql
+7
-0
7 additions, 0 deletions
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
htdocs/langs/en_US/main.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/main.lang
with
8 additions
and
0 deletions
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
+
7
−
0
View file @
6e10dd3c
...
...
@@ -19,6 +19,12 @@
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
ALTER
TABLE
llx_commande_fournisseur
MODIFY
COLUMN
date_livraison
datetime
;
-- Add id commandefourndet in llx_commande_fournisseur_dispatch to correct /fourn/commande/dispatch.php display when several times same product in supplier order
ALTER
TABLE
llx_commande_fournisseur_dispatch
ADD
COLUMN
fk_commandefourndet
INT
(
11
)
NOT
NULL
DEFAULT
'0'
AFTER
fk_product
;
-- Remove menu entries of removed or renamed modules
DELETE
FROM
llx_menu
where
module
=
'printipp'
;
...
...
@@ -190,3 +196,4 @@ CREATE TABLE llx_expensereport_det
ALTER
TABLE
llx_projet
ADD
COLUMN
budget_amount
double
(
24
,
8
);
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/main.lang
+
1
−
0
View file @
6e10dd3c
...
...
@@ -141,6 +141,7 @@ Cancel=Cancel
Modify=Modify
Edit=Edit
Validate=Validate
ValidateAndApprove=Validate and Approve
ToValidate=To validate
Save=Save
SaveAs=Save As
...
...
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