Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 26, 2023 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c374efdccbd4226181041e2c5900dbe1 to your computer and use it in GitHub Desktop.
Save parzibyte/c374efdccbd4226181041e2c5900dbe1 to your computer and use it in GitHub Desktop.
const respuesta = await conector.imprimirEn(detallesTicket.nombreImpresora);
if (!respuesta) {
alert("Error al imprimir ticket: " + respuesta);
} else {
window.location.href = "./index.php";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment