From 516b73c15f552caabd9bd23c959d7a95de589c2e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 6 May 2006 11:56:56 +0000 Subject: [PATCH] bugfix --- htdocs/expedition/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/liste.php b/htdocs/expedition/liste.php index 8cf142bab08..d1249044265 100644 --- a/htdocs/expedition/liste.php +++ b/htdocs/expedition/liste.php @@ -112,7 +112,7 @@ if ($resql) print ""; print "rowid\">".img_object($langs->trans("ShowSending"),"sending").' '; print "rowid\">".$objp->ref."\n"; - print ''.$objp->socname.''; + print ''.$objp->socname.''; $now = time(); $lim = 3600 * 24 * 15 ;