# v75.4 — Count Correction Compatibility

The v75.3 focused regression proved that `opening_correction` compatibility is fixed:
the first legacy adjustment test now passes.

The remaining idempotency test uses a second historical reason code:
`count_correction`.

This release registers that code in the strict v73 reason registry as:

- category: `count_variance`
- direction: `either`
- requires note: false
- system-owned: true
- active: true

This preserves legacy adjustment behavior without weakening validation for unknown reason
codes. The centralized UI enum catalog is also extended so `count_correction` does not
appear as raw English in Arabic mode.

After the compatibility migration, the release pipeline resumes the complete backend and
frontend gates and then performs the explicit safe consolidated checkpoint commit.
