585 B
585 B
Overlay v4928.1.5.62
Task schema hotfix for production deployments where opportunities.local_customer_id is the fiscal/customer link column.
Fixes
- Removes SQL references to non-existing
opportunities.fiscal_customer_id. - Keeps the workflow engine alias
fiscal_customer_idinternally by mapping it fromlocal_customer_id. - Fixes
/tasks/<id>HTTP 500 caused by task detail joins. - Keeps fiscal/customer inheritance behavior introduced in v1.5.61 without requiring a DB migration.
Validate
python3 -m compileall -q app tests
PYTHONPATH=. pytest -q