From 57692ba5563f9166e4afc348445f3d52ab37dc56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Jan 2022 17:51:19 +0100 Subject: [PATCH] Fix responsive --- htdocs/fourn/card.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 0a6374b9775..80a1dea140b 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -788,7 +788,6 @@ if ($object->id > 0) { print ''; print ''; - print ''; $facturestatic->id = $obj->rowid; $facturestatic->ref = ($obj->ref ? $obj->ref : $obj->rowid); $facturestatic->ref_supplier = $obj->ref_supplier; @@ -797,7 +796,7 @@ if ($object->id > 0) { $facturestatic->total_ht = $obj->total_ht; $facturestatic->total_tva = $obj->total_tva; $facturestatic->total_ttc = $obj->total_ttc; - print $facturestatic->getNomUrl(1); + print ''.$facturestatic->getNomUrl(1).''; print $obj->ref_supplier ? ' - '.$obj->ref_supplier : ''; print ($obj->label ? ' - ' : '').dol_trunc($obj->label, 14); print '';