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
8840e28b
Commit
8840e28b
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge branch 'marcosgdf-bug-1405' into 3.5
parents
df35b4d2
07bc9331
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
+1
-1
1 addition, 1 deletion
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
with
2 additions
and
1 deletion
ChangeLog
+
1
−
0
View file @
8840e28b
...
...
@@ -35,6 +35,7 @@ Fix: [ bug #1397 ] Filter by supplier orders with status Draft does not filter.
Fix: [ bug #1388 ] Wrong date when invoicing several orders.
Fix: [ bug #1411 ] Unable to set an expedition note if invoices module is not enabled.
Fix: [ bug #1407 ] Rouget pdf overlapped when using tracking number and public notes.
Fix: [ bug #1405 ] Rouget PDF expedition incorrect when two expeditions under the same commande
***** ChangeLog for 3.5.2 compared to 3.5.1 *****
Fix: Can't add user for a task.
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
+
1
−
1
View file @
8840e28b
...
...
@@ -180,7 +180,7 @@ class pdf_rouget extends ModelePdfExpedition
$tab_height
=
130
;
$tab_height_newpage
=
150
;
if
(
!
empty
(
$object
->
note_public
)
||
!
empty
(
$object
->
tracking_number
))
if
(
!
empty
(
$object
->
note_public
)
||
(
!
empty
(
$object
->
tracking_number
)
&&
!
empty
(
$object
->
shipping_method_id
))
)
{
$tab_top
=
88
;
$tab_top_alt
=
$tab_top
;
...
...
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