Error: INSERT INTO alm_venta_detalle (id, id_venta, referencia_producto, talla, cantidad, precio_unidad, total, estado) VALUES (NULL, '', '', '', '', '', '0', '')
Cannot add or update a child row: a foreign key constraint fails (`innovasu_innovasuelas`.`alm_venta_detalle`, CONSTRAINT `alm_venta_detalle_ibfk_1` FOREIGN KEY (`referencia_producto`) REFERENCES `producto` (`referencia`) ON UPDATE CASCADE)