Error: INSERT INTO alm_novedad (id, nombre_usuario, nombre_tercero, fecha, referencia_producto, talla, cantidad, precio_unidad, movimiento, observacion, tipo_novedad) VALUES (NULL, '', NULL, '', '', '', '', '0', '', '', 'Novedad')
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)