mirror of
https://github.com/KeymonSoft/Marquez.git
synced 2026-04-20 06:09:15 +00:00
Version 4.11.19
Se corrije clientes nuevos, llega ruta y almacen(no llegaba antes) Se añade lista completa de productos para arqueo ciego y recarga.
This commit is contained in:
@@ -1463,8 +1463,13 @@ End Sub
|
||||
|
||||
Sub traeTablaProds(tipoventa As String) As String
|
||||
Private tablaProds As String = "cat_gunaprod2"
|
||||
If tipoventa = "ABORDO" Or tipoventa = "PREVENTA" Or tipoventa = "RECARGA" Then tablaProds = "cat_gunaprod"
|
||||
' LogColor($"Tipo= ${tipoventa}, tabla=${tablaProds}"$, Colors.RGB(200,136,0))
|
||||
If tipoventa = "ABORDO" Or tipoventa = "PREVENTA" Then
|
||||
tablaProds = "cat_gunaprod"
|
||||
Else if tipoventa = "RECARGA" Then
|
||||
tablaProds = "cat_gunaprod3"
|
||||
End If
|
||||
|
||||
LogColor($"Tipo= ${tipoventa}, tabla=${tablaProds}"$, Colors.RGB(200,136,0))
|
||||
Return tablaProds
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user