fix: remove _oem_blocked() from catalog search/part + expose autoMatchCompat

- catalog_bp.py: /search and /part/<id> no longer blocked by CATALOG_OEM_ENABLED
  These endpoints query the master parts DB and enrich with local stock;
  they should work in both local and OEM modes.
- inventory.js: expose autoMatchCompat and removeCompat to window for
  onclick handlers in dynamically generated HTML.
- Regenerated inventory.min.js
This commit is contained in:
2026-05-01 00:30:10 +00:00
parent b27dd720aa
commit 91826487f9
3 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long