From ae53e794ebeeafc782cca1889e25b0ac68dc5bc0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 16 Oct 2013 21:47:14 +0000 Subject: [PATCH] show reconciliation in card -> historic --- include/fiche.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 5d2827fa6..2b8b1a8b6 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -448,6 +448,7 @@ for ($e = 0; $e < count($afiche); $e++) for ($i = 0; $i < count($letter->content); $i++) { $row = $letter->content[$i]; + $html_letter=""; if ($row['letter']!=-1) { $html_letter=strtoupper(base_convert($row['letter'],10,36)); }