Error: INSERT INTO alm_novedad (id, nombre_usuario, fecha, nombre_tercero, referencia_producto, talla, cantidad, precio_unidad, observacion, movimiento, tipo_novedad) VALUES (NULL, '', '', '', '', '', '', '0', '', 'Entrada', 'Devolucion')
Cannot add or update a child row: a foreign key constraint fails (`innovasu_innovasuelas`.`alm_novedad`, CONSTRAINT `alm_novedad_ibfk_3` FOREIGN KEY (`referencia_producto`) REFERENCES `producto` (`referencia`) ON UPDATE CASCADE)