- VERSION 5.07.05

- Se copiaron y adaptaron queries de Guna.
- Se agregaron tablas y columnas faltantes.
- Se puso logo de Salma.
- PARECE QUE YA ESTA FUNCIONANDO (DEDOS CRUZADOS)!!
This commit is contained in:
2025-07-05 18:49:31 -06:00
parent d53f98b098
commit fee8a83516
6 changed files with 28 additions and 20 deletions

View File

@@ -1816,7 +1816,10 @@ End Sub
Sub traeTablaProds(tipoventa As String) As String
Log(tipoventa)
Private tablaProds As String = "cat_gunaprod2"
If tipoventa = "ABORDO" Or tipoventa = "PREVENTA" Then tablaProds = "cat_gunaprod"
' If tipoventa = "ABORDO" Or tipoventa = "PREVENTA" Then tablaProds = "cat_gunaprod"
tablaProds = "cat_gunaprod" 'Salma solo maneja Preventa.
' LogColor($"Tipo= ${tipoventa}, tabla=${tablaProds}"$, Colors.RGB(200,136,0))
Return tablaProds
End Sub