From 1aac1640a928ff4441b1eeb7d964797f38b3f93f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 Sep 2006 22:07:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20d=E9placement=20de=20la=20ref=20client?= =?UTF-8?q?=20en=20dessous=20de=20la=20ref=20facture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++;