- VERSION 5.03.25

- Se corrigio un error en productos cuando se modiifcaba la cantidad directamente.
This commit is contained in:
2025-03-28 13:19:06 -06:00
parent 48c0a9294c
commit 7211852abf
4 changed files with 33 additions and 29 deletions

View File

@@ -1964,7 +1964,7 @@ Sub revisaHora As Boolean
Private hr As Int = h.GetString("CAT_VA_VALOR")
DateTime.DateFormat = "HH"
Private ahora As String = DateTime.Date(DateTime.Now)
Log($"${hr} >= ${(ahora - 2)} and ${hr} <= ${(ahora + 2)}"$)
' Log($"${hr} >= ${(ahora - 2)} and ${hr} <= ${(ahora + 2)}"$)
If hr >= ahora - 2 And hr <= ahora + 2 Then
horaCorrecta = True
End If