aun no se termina estamos viendo abonos

This commit is contained in:
cvaldes1201
2024-05-20 18:08:23 -06:00
parent 71664d1c8f
commit 02961b58c8
499 changed files with 423 additions and 260 deletions

View File

@@ -202,7 +202,7 @@ Sub CreateNotification (Body As String) As Notification
Dim notification As Notification
notification.Initialize2(notification.IMPORTANCE_LOW)
notification.Icon = "icon"
notification.SetInfo("INTMEX", Body, Main)
notification.SetInfo("MARQUEZ", Body, Main)
Return notification
End Sub