diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 27527198c..293c0c2da 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -248,7 +248,7 @@ if ($_GET['histo'] == 3) $export_pdf = '
'; $export_pdf.=HtmlInput::hidden('cat', $_GET['cat']); $export_pdf.=HtmlInput::hidden('act', "PDF:fiche_balance") . - $export_pdf.=HtmlInput::hidden('start', $_GET['start']); +$export_pdf.=HtmlInput::hidden('start', $_GET['start']); $export_pdf.=HtmlInput::hidden('end', $_GET['end']); $export_pdf.=HtmlInput::hidden('histo', $_GET['histo']); $export_pdf.=HtmlInput::request_to_hidden(array('allcard'));