- Se agregó en la pantalla de ordenes un botón para reimprimir las ordenes.

This commit is contained in:
Jose Alberto Guerra Ugalde
2024-06-15 21:56:08 -06:00
parent 346dfbf548
commit 66550abbbf
4 changed files with 20 additions and 4 deletions

View File

@@ -140,6 +140,7 @@ Sub Globals
Private CheckBox1 As CheckBox
Private b_leyendaDescuento As Button
Private p_leyendaDescuento As Panel
Private b_reimprimirTicket As Button
End Sub
Sub Activity_Create(FirstTime As Boolean)
@@ -400,4 +401,8 @@ End Sub
Private Sub b_leyendaDescuento_Click
End Sub
Private Sub b_reimprimirTicket_Click
End Sub