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