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
4a794016
Commit
4a794016
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Renamed function to correct name
parent
d718aa34
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/includes/modules/commande/pdf_einstein.modules.php
+15
-15
15 additions, 15 deletions
htdocs/includes/modules/commande/pdf_einstein.modules.php
with
15 additions
and
15 deletions
htdocs/includes/modules/commande/pdf_einstein.modules.php
+
15
−
15
View file @
4a794016
...
...
@@ -324,7 +324,7 @@ class pdf_einstein extends ModelePDFCommandes
//on recupere la description du produit suivant
$follow_descproduitservice
=
$outputlangs
->
convToOutputCharset
(
$com
->
lignes
[
$i
+
1
]
->
desc
);
//on compte le nombre de ligne afin de verifier la place disponible (largeur de ligne 52 caracteres)
$nblineFollowDesc
=
(
dol_n
um_
lines
(
$follow_descproduitservice
,
52
)
*
4
);
$nblineFollowDesc
=
(
dol_n
bof
lines
_bis
(
$follow_descproduitservice
,
52
)
*
4
);
}
else
// If it's last line
{
...
...
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