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
07fc51b7
Commit
07fc51b7
authored
13 years ago
by
Florian Henry
Browse files
Options
Downloads
Patches
Plain Diff
Remove Eclipse variable warning
parent
668bec37
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/fichinter/modules_fichinter.php
+1
-1
1 addition, 1 deletion
htdocs/core/modules/fichinter/modules_fichinter.php
htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
+1
-1
1 addition, 1 deletion
...core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
with
2 additions
and
2 deletions
htdocs/core/modules/fichinter/modules_fichinter.php
+
1
−
1
View file @
07fc51b7
...
@@ -156,7 +156,7 @@ abstract class ModeleNumRefFicheinter
...
@@ -156,7 +156,7 @@ abstract class ModeleNumRefFicheinter
*/
*/
function
fichinter_create
(
$db
,
$object
,
$modele
,
$outputlangs
,
$hidedetails
=
0
,
$hidedesc
=
0
,
$hideref
=
0
,
$hookmanager
=
false
)
function
fichinter_create
(
$db
,
$object
,
$modele
,
$outputlangs
,
$hidedetails
=
0
,
$hidedesc
=
0
,
$hideref
=
0
,
$hookmanager
=
false
)
{
{
global
$conf
,
$langs
;
global
$conf
,
$langs
,
$user
;
$langs
->
load
(
"ficheinter"
);
$langs
->
load
(
"ficheinter"
);
$error
=
0
;
$error
=
0
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
+
1
−
1
View file @
07fc51b7
...
@@ -398,7 +398,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
...
@@ -398,7 +398,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
$pdf
->
Output
(
$file
,
'F'
);
$pdf
->
Output
(
$file
,
'F'
);
// Actions on extra fields (by external module or standard code)
// Actions on extra fields (by external module or standard code)
if
(
!
is_object
(
$hookmanager
))
if
(
!
is_object
(
$hookmanager
))
{
{
include_once
(
DOL_DOCUMENT_ROOT
.
'/core/class/hookmanager.class.php'
);
include_once
(
DOL_DOCUMENT_ROOT
.
'/core/class/hookmanager.class.php'
);
$hookmanager
=
new
HookManager
(
$this
->
db
);
$hookmanager
=
new
HookManager
(
$this
->
db
);
...
...
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