Merge branch 'marcosgdf-bug-1405' into 3.5
This commit is contained in:
commit
8840e28bc0
@ -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 #1388 ] Wrong date when invoicing several orders.
|
||||||
Fix: [ bug #1411 ] Unable to set an expedition note if invoices module is not enabled.
|
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 #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 *****
|
***** ChangeLog for 3.5.2 compared to 3.5.1 *****
|
||||||
Fix: Can't add user for a task.
|
Fix: Can't add user for a task.
|
||||||
|
|||||||
@ -180,7 +180,7 @@ class pdf_rouget extends ModelePdfExpedition
|
|||||||
$tab_height = 130;
|
$tab_height = 130;
|
||||||
$tab_height_newpage = 150;
|
$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 = 88;
|
||||||
$tab_top_alt = $tab_top;
|
$tab_top_alt = $tab_top;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user