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
92d3fd87
Commit
92d3fd87
authored
18 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
L'option pour désactiver les factures récurrentes mises dans module config factures
parent
3b8df0e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/migration/2.0.0-2.1.0.sql
+1
-0
1 addition, 0 deletions
mysql/migration/2.0.0-2.1.0.sql
with
1 addition
and
0 deletions
mysql/migration/2.0.0-2.1.0.sql
+
1
−
0
View file @
92d3fd87
...
...
@@ -105,6 +105,7 @@ drop table if exists llx_soc_recontact;
update
llx_const
set
name
=
'MAIN_SIZE_LISTE_LIMIT'
where
name
=
'SIZE_LISTE_LIMIT'
;
update
llx_const
set
name
=
'SOCIETE_FISCAL_MONTH_START'
where
name
=
'FISCAL_MONTH_START'
;
update
llx_const
set
visible
=
0
where
name
=
'FACTURE_DISABLE_RECUR'
;
alter
table
llx_paiementfourn
add
statut
smallint
(
6
)
NOT
NULL
DEFAULT
0
;
...
...
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