This commit is contained in:
Javier
2025-12-26 10:46:05 -06:00
parent a06b688e0b
commit 6a0e127bc4
15 changed files with 1345 additions and 859 deletions

View File

@@ -77,11 +77,11 @@ Sub CANCELA_Click
End Sub
Sub GUARDA_Click
If r_1.Checked Then
motivo = "CERRADO"
motivo = "Sucursal en inventario"
Else If r_2.Checked Then
motivo = "NO COMPRA"
motivo = "Fuera de horario"
Else If r_3.Checked Then
motivo = "CON PRODUCTO"
motivo = "Con Producto"
Else
motivo = "NO ESTA EL ENCARGADO"
End If