Budget setting and all dollar to chf
All checks were successful
Build and Push / build (push) Successful in 1m33s

This commit is contained in:
2026-05-02 23:25:24 +02:00
parent 188bef2ece
commit 666dd64580
6 changed files with 65 additions and 23 deletions

View File

@@ -43,19 +43,6 @@ export default async function TenantDetailPage({
// the same page but with edit controls hidden / fields read-only.
const canEdit = canMutate(user);
// TEMP DIAGNOSTIC for budget-card non-rendering. Logs the prop
// values that flow into UsageDisplay so we can see which one is
// turning the editable variant off. Remove once cause is found.
console.log(
"[tenant page] budget edit props",
JSON.stringify({
tenantName: name,
canEdit,
isPlatform: user.isPlatform,
roles: user.roles,
})
);
// Bug 31: customer-side cancel/resume control. Same gate as canEdit
// — only owners (or platform staff) may toggle the subscription.
// The current state comes from spec.suspend on the CR.