Import ClientFlow production v4928.1.5.132.4
This commit is contained in:
7
app/domain/opportunity_flow/labels.py
Normal file
7
app/domain/opportunity_flow/labels.py
Normal 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)
|
||||
Reference in New Issue
Block a user