This commit is contained in:
cvaldes1201
2024-07-22 16:26:48 -06:00
parent ae2e062f8a
commit 9330be0a9d
4 changed files with 5 additions and 5 deletions

View File

@@ -1247,7 +1247,7 @@ Sub B_INV_Click
End Sub
Sub B_VENTA_Click
Log($"${cuest.encuestaIniciada} - ${cuest.clienteConCuestionario(Subs.traeCliente)}"$)
' Log($"${cuest.encuestaIniciada} - ${cuest.clienteConCuestionario(Subs.traeCliente)}"$)
If Not(cuest.encuestaIniciada) And Not(cuest.clienteConCuestionario(Subs.traeCliente)) Then
cuest.agregaPregunta("1", "¿Se puede acceder al negocio o está enrejado?", Array As String("No, está enrejado o no se tiene acceso", "Si se pude acceder"))
Return False