From 24299292db391ff700691aa9a0b047d3922ac0a1 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Wed, 6 Sep 2006 22:11:45 +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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 801c8cf3d1c..6b031120208 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&amp;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">';
-- 
GitLab