18-11-2019, 01:27 PM
Ok, ejecuta estos scripts:
update ventadirecta set cerrada = "N" where id_venta in (select id_venta from ventadir_comg where serie = "F" and id_factura in (168,166,176));
update ventadir_comg set id_factura = null where serie = "F" and id_factura in (168,166,176);
Con esto ya deberías tenerlo listo.
update ventadirecta set cerrada = "N" where id_venta in (select id_venta from ventadir_comg where serie = "F" and id_factura in (168,166,176));
update ventadir_comg set id_factura = null where serie = "F" and id_factura in (168,166,176);
Con esto ya deberías tenerlo listo.