Look: Modif esthétique mineure
This commit is contained in:
parent
05289ec490
commit
98dbaf5f1a
@ -1748,10 +1748,6 @@ else
|
|||||||
}
|
}
|
||||||
print '</td><td valign="top" width="50%">';
|
print '</td><td valign="top" width="50%">';
|
||||||
|
|
||||||
// Rien a droite
|
|
||||||
|
|
||||||
print '</td></tr></table>';
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Liste des actions propres à la commande
|
* Liste des actions propres à la commande
|
||||||
*/
|
*/
|
||||||
@ -1765,7 +1761,7 @@ else
|
|||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
if ($num)
|
if ($num)
|
||||||
{
|
{
|
||||||
print '<br>';
|
//print '<br>';
|
||||||
print_titre($langs->trans('ActionsOnOrder'));
|
print_titre($langs->trans('ActionsOnOrder'));
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$total = 0;
|
$total = 0;
|
||||||
@ -1798,6 +1794,9 @@ else
|
|||||||
dolibarr_print_error($db);
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '</td></tr></table>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Action presend
|
* Action presend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user