diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 801c8cf3d1cfb56c3de712784d310fe502155e7b..6b03112020878cf09699148ac8180abf33b928fc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1560,7 +1560,7 @@ else print '</td>'; if ($_GET['action'] != 'RefCustomerOrder' && $fac->brouillon) print '<td align="right"><a href="'.$_SERVER['PHP_SELF'].'?action=RefCustomerOrder&facid='.$fac->id.'">'.img_edit($langs->trans('Edit')).'</a></td>'; print '</tr></table>'; - print '</td><td colspan="2">'; + print '</td><td colspan="5">'; if ($user->rights->facture->creer && $_GET['action'] == 'RefCustomerOrder') { print '<form action="facture.php?facid='.$id.'" method="post">';