diff --git a/include/impress_fiche.inc.php b/include/impress_fiche.inc.php index 42b3796d5..5fd75e890 100644 --- a/include/impress_fiche.inc.php +++ b/include/impress_fiche.inc.php @@ -112,10 +112,6 @@ if ( $_GET['histo'] == 3 ) { exit(); } -// Balance -if ( $_GET['histo'] == 4 ) { - var_dump('to be implemented'); - } $export_pdf='
'; echo $export_pdf; +// Balance +if ( $_GET['histo'] == 4 ) { + var_dump('to be implemented'); + exit(); + } + // for the lettering foreach($array as $row) { $letter=new Lettering_Card($cn);