mirror of
https://github.com/KeymonSoft/Salma_Venta.git
synced 2026-04-20 14:19:29 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user