From e08f3df9ac1514f11cf3db7fa16fdc39f22c394f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 28 Sep 2013 20:36:53 +0000 Subject: [PATCH] Bug : search card can not close --- html/ajax_card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_card.php b/html/ajax_card.php index 751e4fbb3..04a253f15 100644 --- a/html/ajax_card.php +++ b/html/ajax_card.php @@ -319,7 +319,7 @@ case 'sc': *----------------------------------------------------------------------*/ case 'fs': require_once('class_acc_ledger.php'); - $r=HtmlInput::title_box("Détail fiche", $ctl); + $r=HtmlInput::title_box("Détail fiche", 'search_card'); $r.='
'; $q=new IText('query'); $q->value=(isset($query))?$query:'';