mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-22 20:30:08 +00:00
- Se agregaron las columnas para ordenar por prioridades
This commit is contained in:
@@ -1125,6 +1125,7 @@ Sub JobDone(Job As HttpJob)
|
||||
If Job.JobName = "DBRequest" Then
|
||||
Dim RESULT As DBResult = reqManager.HandleJob(Job)
|
||||
If RESULT.Tag = "gunaprod" Then 'query tag
|
||||
' Subs.logJobDoneResultados(RESULT)
|
||||
If logger Then Log("TIEMPO gunaprod : " & ((DateTime.Now-inicioContador)/1000))
|
||||
S_CP.Text = "CARGANDO"
|
||||
Starter.skmt.BeginTransaction
|
||||
@@ -1175,7 +1176,7 @@ Sub JobDone(Job As HttpJob)
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
'CARGA DEL CATALOGO ABORDO
|
||||
If Job.JobName = "DBRequest" Then
|
||||
Dim RESULT As DBResult = reqManager.HandleJob(Job)
|
||||
|
||||
Reference in New Issue
Block a user