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
de66971d
Commit
de66971d
authored
7 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix bad setup
parent
e551c0a6
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
htdocs/core/modules/modFournisseur.class.php
+5
-3
5 additions, 3 deletions
htdocs/core/modules/modFournisseur.class.php
with
5 additions
and
3 deletions
htdocs/core/modules/modFournisseur.class.php
+
5
−
3
View file @
de66971d
...
...
@@ -96,12 +96,14 @@ class modFournisseur extends DolibarrModules
$this
->
const
[
$r
][
4
]
=
0
;
$r
++
;
/* For supplier invoice, we must not have default pdf template on. In most cases, we need to join PDF from supplier, not have a document generated.
$this->const[$r][0] = "INVOICE_SUPPLIER_ADDON_PDF";
$this->const[$r][1] = "chaine";
$this->const[$r][2] = "canelle";
$this->const[$r][3] = 'Nom du gestionnaire de generation des factures fournisseur en PDF';
$this->const[$r][4] = 0;
$r++;
*/
$this
->
const
[
$r
][
0
]
=
"INVOICE_SUPPLIER_ADDON_NUMBER"
;
$this
->
const
[
$r
][
1
]
=
"chaine"
;
...
...
@@ -272,12 +274,12 @@ class modFournisseur extends DolibarrModules
$this
->
rights
[
$r
][
5
]
=
'approve2'
;
}
// Menus
//-------
$this
->
menu
=
1
;
// This module add menu entries. They are coded into menu manager.
// Exports
//--------
$r
=
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