Fixed an issue where setting international_pricing.DE.ignore via the FBM update endpoint would be lost after refresh because the subsequent recalculation overwrote the value.
backend/service_multi-repricer/app/api/v1/endpoints/fbm_articles.py β preserve ignore on recalc; ensure boolean ignore on new detail; export force/auto-ignore options.
backend/service_multi-repricer/app/api/v1/endpoints/repricer_articles.py β UVP export path uses forced FBM export and can set ignore after export.