From 2e61ff9d8cccc64bdae8191bcf443c617d7b0ffe Mon Sep 17 00:00:00 2001 From: Gabriel Fuentes Date: Tue, 18 Jun 2019 17:12:05 -0500 Subject: [PATCH] terminando cosumos por impresora01 --- public_html/.idea/workspace.xml | 12 ++++++------ public_html/sitio/admin/gastos.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public_html/.idea/workspace.xml b/public_html/.idea/workspace.xml index 18e9f67..46d0245 100644 --- a/public_html/.idea/workspace.xml +++ b/public_html/.idea/workspace.xml @@ -15,8 +15,8 @@ - - + + @@ -143,12 +143,12 @@ - + - @@ -272,8 +272,8 @@ - - + + diff --git a/public_html/sitio/admin/gastos.php b/public_html/sitio/admin/gastos.php index a160510..f4fddac 100644 --- a/public_html/sitio/admin/gastos.php +++ b/public_html/sitio/admin/gastos.php @@ -67,5 +67,5 @@ foreach ($info as $inf){ ".$inf['periodo']." "; } -print_r($info); +//print_r($info); echo $salida;