Rename autoTenantNotification to autoBillFwd and update related references in forms and translations

This commit is contained in:
Knee Cola
2025-11-18 09:38:04 +01:00
parent 3411ee3cb5
commit c5fe184f9c
5 changed files with 20 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ export interface BillingLocation {
/** (optional) tenant last name */
tenantLastName?: string | null;
/** (optional) whether to automatically notify tenant */
autoTenantNotification?: boolean | null;
autoBillFwd?: boolean | null;
/** (optional) tenant email */
tenantEmail?: string | null;
};