Skip to content

Commit

Permalink
Merge pull request #1638 from marcosgdf/bug-1434
Browse files Browse the repository at this point in the history
 Fix: [ bug #1434 ] Muscadet supplier order document model linked objects overlap the text
  • Loading branch information
eldy committed Jun 3, 2014
2 parents 6b6261a + 4c11e37 commit 6029818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -36,6 +36,7 @@ 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
Fix: [ bug #1434 ] Muscadet supplier order document model linked objects overlap the text

***** ChangeLog for 3.5.2 compared to 3.5.1 *****
Fix: Can't add user for a task.
Expand Down
Expand Up @@ -991,7 +991,7 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("OrderToProcess"), '', 'R');
}

$posy+=2;
$posy+=5;
$pdf->SetTextColor(0,0,60);

// Show list of linked objects
Expand Down

0 comments on commit 6029818

Please sign in to comment.