From 3ce5c8f719f8eeec1c64037b10f13dad8c13b550 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 18 Nov 2011 13:01:28 +0000 Subject: [PATCH] 0000462: Autocompletion pour les postes analytiques mod ajax_misc.php --- html/ajax_misc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 570b4e98c..fa7a152a2 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -534,5 +534,8 @@ EOF; case 'resultancsearch': require_once('ajax_anc_search.php'); break; + case 'autoanc': + require_once('ajax_auto_anc_card.php'); + break; } \ No newline at end of file