Error: INSERT INTO cierre_pedido_detalle(id, nombre_usuario, nombre_tercero, fecha, referencia_producto, cantidad, talla) VALUES (NULL,'', '', '2025-11-30', '', '', '')
Cannot add or update a child row: a foreign key constraint fails (`innovasu_innovasuelas`.`cierre_pedido_detalle`, CONSTRAINT `cierre_pedido_detalle_ibfk_3` FOREIGN KEY (`referencia_producto`) REFERENCES `producto` (`referencia`) ON UPDATE CASCADE)