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
70f76f23
Commit
70f76f23
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
No need to add constants when value is 0. This is to save lines into database.
parent
c7adfe60
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/data/llx_const.sql
+0
-5
0 additions, 5 deletions
htdocs/install/mysql/data/llx_const.sql
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+0
-3
0 additions, 3 deletions
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
with
0 additions
and
8 deletions
htdocs/install/mysql/data/llx_const.sql
+
0
−
5
View file @
70f76f23
...
...
@@ -160,8 +160,3 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_AGENDA_AC
insert
into
llx_const
(
name
,
value
,
type
,
note
,
visible
)
values
(
'MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL'
,
'1'
,
'chaine'
,
''
,
0
);
insert
into
llx_const
(
name
,
value
,
type
,
note
,
visible
)
values
(
'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE'
,
'1'
,
'chaine'
,
''
,
0
);
insert
into
llx_const
(
name
,
value
,
type
,
note
,
visible
)
values
(
'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE'
,
'1'
,
'chaine'
,
''
,
0
);
--
-- Bank
--
insert
into
llx_const
(
name
,
value
,
type
,
note
,
visible
)
values
(
'BANK_SHOW_ORDER_OPTION'
,
'0'
,
'chaine'
,
''
,
0
);
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/migration/2.9.0-3.0.0.sql
+
0
−
3
View file @
70f76f23
...
...
@@ -159,6 +159,3 @@ UPDATE llx_documentmodel set type='order_supplier' WHERE type='supplier_order';
UPDATE
llx_c_type_contact
set
element
=
'invoice_supplier'
WHERE
element
=
'facture_fourn'
;
UPDATE
llx_c_type_contact
set
module
=
'invoice_supplier'
WHERE
module
=
'supplier_invoice'
;
UPDATE
llx_c_type_contact
set
module
=
'order_supplier'
WHERE
module
=
'supplier_order'
;
-- Add display order of bank account
insert
into
llx_const
(
name
,
value
,
type
,
note
,
visible
)
values
(
'BANK_SHOW_ORDER_OPTION'
,
'0'
,
'chaine'
,
''
,
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