- 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:
2025-02-24 14:28:43 -06:00
parent 0b3a77cd25
commit c5f7c063d0
4 changed files with 7 additions and 4 deletions

View File

@@ -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