Fix: [ bug #1428 ] "Nothing" is shown in the middle of the screen in a
supplier order.
This commit is contained in:
parent
fcb00b2024
commit
a2065d0b6a
@ -3,6 +3,7 @@ English Dolibarr ChangeLog
|
|||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
||||||
|
Fix: [ bug #1428 ] "Nothing" is shown in the middle of the screen in a supplier order.
|
||||||
Fix: The object deliverycompany was not used anymore and output of
|
Fix: The object deliverycompany was not used anymore and output of
|
||||||
details for delivery reports was lost during 3.5. Rewrite code to
|
details for delivery reports was lost during 3.5. Rewrite code to
|
||||||
restore feature.
|
restore feature.
|
||||||
|
|||||||
@ -615,7 +615,7 @@ class FormFile
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($file_list) == 0)
|
if (count($file_list) == 0 && $headershown)
|
||||||
{
|
{
|
||||||
$out.='<tr><td colspan="3">'.$langs->trans("None").'</td></tr>';
|
$out.='<tr><td colspan="3">'.$langs->trans("None").'</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user