fix: expose reused binding fetch status
This commit is contained in:
@@ -1998,7 +1998,7 @@ def account_pricing_fetch_label(
|
||||
status = str(account.get("pricing_fetch_status") or "").strip()
|
||||
if fetched == "-":
|
||||
return str(pricing_source.get("updated") or "-") if pricing_source else (status or "-")
|
||||
if status in {"", "matched", "reused_primary", "ok"}:
|
||||
if status in {"", "matched", "ok"}:
|
||||
return fetched
|
||||
return f"{fetched} {status}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user