mirror of
https://github.com/KeymonSoft/Guna_Preventa.git
synced 2026-04-19 13:49:20 +00:00
- VERSION 5.02.22
- Corrección en Nota, al borrar un pedido completo por borrar producto de promo especial, no se estaba borrando el header en pedido_cliente 🤦🏽♂️
This commit is contained in:
@@ -257,6 +257,7 @@ Sub ListView1_ItemLongClick (Position As Int, Value As Object)
|
||||
Return
|
||||
Else
|
||||
Starter.skmt.ExecNonQuery("delete from pedido where pe_cliente in (Select CUENTA from cuentaa)")
|
||||
Starter.skmt.ExecNonQuery("delete from pedido_cliente where pc_cliente in (Select CUENTA from cuentaa)")
|
||||
B4XPage_Appear
|
||||
Return
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user