From 4f572a89d32072c99e39ffadaa0a4e7ba27d9fb7 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Mon, 23 May 2022 11:50:06 +0200 Subject: [PATCH] FIX : Unidentified lines array on reception card --- htdocs/reception/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php index 9a679c067f8..00b7445cfd3 100644 --- a/htdocs/reception/card.php +++ b/htdocs/reception/card.php @@ -1649,7 +1649,7 @@ if ($action == 'create') { print '
'; print '
'; - print ''; + print '
'; print ''; // # if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {