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
5d285bf5
Commit
5d285bf5
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #3478 from grandoc/develop
translations missing
parents
fc35c4e3
ff3968b0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/modules/modFournisseur.class.php
+7
-7
7 additions, 7 deletions
htdocs/core/modules/modFournisseur.class.php
with
7 additions
and
7 deletions
htdocs/core/modules/modFournisseur.class.php
+
7
−
7
View file @
5d285bf5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2013
Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2013
-2015
Philippe Grand <philippe.grand@atoo-net.com>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -20,17 +20,17 @@
...
@@ -20,17 +20,17 @@
*/
*/
/**
/**
* \defgroup fournisseur
Module
suppliers
* \defgroup fournisseur suppliers
Module
* \brief Module
pour gerer des societes et contacts de type fournisseurs
* \brief Module
to manage companies and contacts of supplier type
* \file htdocs/core/modules/modFournisseur.class.php
* \file htdocs/core/modules/modFournisseur.class.php
* \ingroup fournisseur
* \ingroup fournisseur
* \brief
Fichier de d
escription
et
activation
du
module Fournisseur
* \brief
D
escription
and
activation
file for
module Fournisseur
*/
*/
include_once
DOL_DOCUMENT_ROOT
.
'/core/modules/DolibarrModules.class.php'
;
include_once
DOL_DOCUMENT_ROOT
.
'/core/modules/DolibarrModules.class.php'
;
/**
/**
*
Classe de d
escription
et
activation
du
module Fournisseur
*
D
escription
and
activation
class for
module Fournisseur
*/
*/
class
modFournisseur
extends
DolibarrModules
class
modFournisseur
extends
DolibarrModules
{
{
...
@@ -67,7 +67,7 @@ class modFournisseur extends DolibarrModules
...
@@ -67,7 +67,7 @@ class modFournisseur extends DolibarrModules
"/fournisseur/facture/temp"
"/fournisseur/facture/temp"
);
);
// Depend
a
nces
// Depend
e
nc
i
es
$this
->
depends
=
array
(
"modSociete"
);
$this
->
depends
=
array
(
"modSociete"
);
$this
->
requiredby
=
array
();
$this
->
requiredby
=
array
();
$this
->
langfiles
=
array
(
'bills'
,
'companies'
,
'suppliers'
,
'orders'
);
$this
->
langfiles
=
array
(
'bills'
,
'companies'
,
'suppliers'
,
'orders'
);
...
@@ -75,7 +75,7 @@ class modFournisseur extends DolibarrModules
...
@@ -75,7 +75,7 @@ class modFournisseur extends DolibarrModules
// Config pages
// Config pages
$this
->
config_page_url
=
array
(
"supplier_order.php"
);
$this
->
config_page_url
=
array
(
"supplier_order.php"
);
// Constant
e
s
// Constants
$this
->
const
=
array
();
$this
->
const
=
array
();
$r
=
0
;
$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