diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 005aa74af2b..801c8cf3d1c 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1560,7 +1560,7 @@ else print ''; if ($_GET['action'] != 'RefCustomerOrder' && $fac->brouillon) print ''.img_edit($langs->trans('Edit')).''; print ''; - print ''; + print ''; if ($user->rights->facture->creer && $_GET['action'] == 'RefCustomerOrder') { print '
'; @@ -1624,7 +1624,7 @@ else print ''.$langs->trans('Date').''; print ''.dolibarr_print_date($fac->date,'%A %d %B %Y').''; - $nbrows=8; + $nbrows=7; if ($conf->global->FAC_USE_CUSTOMER_ORDER_REF) $nbrows++; if ($conf->projet->enabled) $nbrows++;