mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-20 11:39:13 +00:00
- Se cambió que en las promociones, se pueda editar directamente la cantidad de promos maximas, antes el campo era solo lectura.
This commit is contained in:
@@ -516,4 +516,9 @@ End Sub
|
||||
' End If
|
||||
' Return False
|
||||
' ' Returning False signals the system to handle the key
|
||||
'End Sub
|
||||
'End Sub
|
||||
|
||||
Private Sub et_promoCant_TextChanged (Old As String, New As String)
|
||||
If IsNumber(New) And New > maxCantPromos Then et_promoCant.Text = maxCantPromos
|
||||
If IsNumber(New) Then cuentaProds
|
||||
End Sub
|
||||
Reference in New Issue
Block a user