Commit f89255fbf687b9d2b82000bdab1211a81bcf6f8d

Authored by eciobond
1 parent 3a5bd059
Exists in master and in 1 other branch 3.1

Conserta geração de relatórios em vários formatos

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@1446 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
relatorios/hardware/rel_hardware.php
... ... @@ -31,6 +31,7 @@ if($_POST['submit']) {
31 31 $_SESSION["cs_situacao"] = $_POST["cs_situacao"];
32 32 $_SESSION['orderby'] = '';
33 33 }
  34 +/*
34 35 ?>
35 36 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
36 37 <html>
... ... @@ -70,6 +71,7 @@ function MM_openBrWindow(theURL,winName,features) { //v2.0
70 71 <br>
71 72 <br>
72 73 <?
  74 +*/
73 75 require_once('../../include/library.php');
74 76 require_once('../../include/RelatorioHTML.php');
75 77 require_once('../../include/RelatorioPDF.php');
... ...