';
$exercice=(isset($_GET['exercice']))?$_GET['exercice']:$g_user->get_exercice();
if ( ! isset ($_GET['verif']))
{
/*
* Let you change the exercice
*/
echo '
';
$filter_year=" where p_exercice='".sql_string($exercice)."'";
echo '
';
}
if ( isset($_GET['verif']))
{
$periode=new Periode($cn);
$date_from=$periode->first_day($bilan->from);
$date_to=$periode->last_day($bilan->to);
echo '
'._('Etape 2 :Impression')." ".$date_from.'-'.$date_to.'
';
$bilan->get_request_get();
$bilan->verify();
$url_verify=http_build_query(array('ac'=>'VERIFBIL','gDossier'=>dossier::id()));
echo _('Pour une vérification complète, allez dans ').'
VERIFBIL';
echo '
';
}
echo '
';
echo '
';
?>