1
0
Fork 0

implementacion impresion desde vista aplicacion

This commit is contained in:
humano 2017-10-30 12:05:36 -05:00
parent 9e84b1b1f3
commit c3dae91060
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}