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
f28d8669
Commit
f28d8669
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: no change of data ref.
parent
335914ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
+0
-5
0 additions, 5 deletions
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
with
0 additions
and
5 deletions
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
+
0
−
5
View file @
f28d8669
...
...
@@ -584,8 +584,3 @@ ALTER TABLE llx_accounting_bookkeeping MODIFY COLUMN doc_ref varchar(300) NOT NU
ALTER
TABLE
llx_holiday
ADD
COLUMN
tms
timestamp
;
ALTER
TABLE
llx_holiday
ADD
COLUMN
entity
integer
DEFAULT
1
NOT
NULL
;
-- VAT rates Luxembourg
UPDATE
llx_c_tva
SET
taux
=
'17'
WHERE
rowid
=
1401
AND
fk_pays
=
140
;
UPDATE
llx_c_tva
SET
taux
=
'14'
WHERE
rowid
=
1402
AND
fk_pays
=
140
;
UPDATE
llx_c_tva
SET
taux
=
'8'
WHERE
rowid
=
1403
AND
fk_pays
=
140
;
UPDATE
llx_c_tva
SET
note
=
'VAT intermediary rate'
WHERE
rowid
=
1403
AND
fk_pays
=
140
;
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