From c3dae91060f9a58fff42f744aa7328b95edfaf4e Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 30 Oct 2017 12:05:36 -0500 Subject: [PATCH] implementacion impresion desde vista aplicacion --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 0591814..3fde7b4 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -740,7 +740,7 @@ function imprimir_registros() { alert('La impresión se ha cancelado !'); } else { alert('Un momento por favor: se imprimirán '+registros+' registros por página'); - window.open(\"p74?registros=\" + registros + \"&print\", \"print\", \"\"); + window.open(\"p74?registros=\" + registros + \"&print\", 'impresion'); }