Import ClientFlow production v4928.1.5.132.4

This commit is contained in:
plx
2026-07-29 13:11:01 +00:00
parent 6445044ac6
commit 261d342057
405 changed files with 48373 additions and 1401 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import annotations
from .profiles import load_company_profile
def workflow_action_label(code: str, company: str = "blif", fallback: str | None = None) -> str:
return load_company_profile(company).action_label(code, fallback)