From 2e297b575350483a00457af2ed36d5c532ec49aa Mon Sep 17 00:00:00 2001 From: altairis-noe Date: Tue, 13 Apr 2021 17:02:58 +0200 Subject: [PATCH] one more print --- htdocs/product/card.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 93bb3c65d0e..64e5b844cb0 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1123,10 +1123,11 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) { }) '; } else { - print ''; + print ''; } + } else { + print ''; } - print ''; }