forked from qwerty/tupali
implementacion impresion desde vista aplicacion
This commit is contained in:
parent
9e84b1b1f3
commit
c3dae91060
@ -740,7 +740,7 @@ function imprimir_registros() {
|
|||||||
alert('La impresión se ha cancelado !');
|
alert('La impresión se ha cancelado !');
|
||||||
} else {
|
} else {
|
||||||
alert('Un momento por favor: se imprimirán '+registros+' registros por página');
|
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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user