From 3f01d8d86402a859b6423f4c8ac0174ffd22be72 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Dec 2008 01:11:38 +0000 Subject: [PATCH] Fix: Syntax error --- htdocs/includes/boxes/box_services_vendus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_services_vendus.php b/htdocs/includes/boxes/box_services_vendus.php index 31057eac88a..a4d0618f9b6 100644 --- a/htdocs/includes/boxes/box_services_vendus.php +++ b/htdocs/includes/boxes/box_services_vendus.php @@ -137,7 +137,7 @@ class box_services_vendus extends ModeleBoxes { $this->info_box_contents[$i][3] = array('td' => 'align="right"', 'text' => dolibarr_print_date($objp->datem,'day')); - $this->info_box_contents[$i][4] = array('td' => 'align="right width="18"', + $this->info_box_contents[$i][4] = array('td' => 'align="right" width="18"', 'text' => $contratlignestatic->LibStatut($objp->statut,3) );