ticket con los datos del cliente

This commit is contained in:
martin
2026-03-16 23:50:08 -03:00
parent 63e3883984
commit ed58da67ef

View File

@@ -421,13 +421,13 @@ async function ticketPedido(
ticket += printDoubleLine();
ticket += printProducts(JSON.parse(productos));
ticket += line();
//ticket += printProducts(JSON.parse(productos));
//ticket += line();
// Total
ticket += boldOn();
ticket += textDoubleHeight() + printBetween("Total: ", `$${total}`) + textNormal() + line(3);
ticket += boldOff();
//ticket += boldOn();
//ticket += textDoubleHeight() + printBetween("Total: ", `$${total}`) + textNormal() + line(3);
//ticket += boldOff();
// Corte
ticket += cut();