- VERSION 4.09.11

- Se corrigio que, a veces cuando existia otra mesa y ticket igual (Diferente tipo de pago), traia el total de esa otra mesa y en el ticket ponia iva y total equivocado.
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-09-11 15:52:56 -06:00
parent 83a88f660e
commit 9485b8b62b
4 changed files with 19 additions and 15 deletions

View File

@@ -1191,7 +1191,7 @@ Sub traeTotalTicketActual_P(tipoPago As String) As String
Private elSubTIndividual As String = p.GetString("PE_COSTOU") - (p.GetString("PE_COSTOU") * desc)
Private st2 As String = Ceil(elSubTIndividual) * p.GetString("PE_CANT")
' Log(">>>>>>> " & p.GetString("CAT_GP_NOMBRE") & " - " & (p.GetString("PE_COSTO_TOT") * desc))
Log(" >>>>>> " & st & " + " & st2)
' Log(" >>>>>> " & st & " + " & st2)
st = st + st2 'Sumamos el subtotal anterior mas el REDONDEO del producto con descuento.
Next
End If