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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
16c7d51a
Commit
16c7d51a
authored
8 years ago
by
Laurent Destailleur
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #5576 from atm-florian/3.9_fixPHPStrict
FIX php Strict
parents
597f5dae
5144f21c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/barcode/mod_barcode_product_standard.php
+2
-2
2 additions, 2 deletions
htdocs/core/modules/barcode/mod_barcode_product_standard.php
htdocs/core/modules/barcode/modules_barcode.class.php
+2
-2
2 additions, 2 deletions
htdocs/core/modules/barcode/modules_barcode.class.php
with
4 additions
and
4 deletions
htdocs/core/modules/barcode/mod_barcode_product_standard.php
+
2
−
2
View file @
16c7d51a
This diff is collapsed.
Click to expand it.
htdocs/core/modules/barcode/modules_barcode.class.php
+
2
−
2
View file @
16c7d51a
...
...
@@ -87,11 +87,11 @@ abstract class ModeleNumRefBarCode
/**
* Return next value available
*
* @param Societe $obj
soc
Object
thirdparty
* @param Societe $obj
product
Object
Product
* @param int $type Type
* @return string Value
*/
function
getNextValue
(
$obj
soc
=
0
,
$type
=
-
1
)
function
getNextValue
(
$obj
product
,
$type
=
''
)
{
global
$langs
;
return
$langs
->
trans
(
"Function_getNextValue_InModuleNotWorking"
);
...
...
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