diff --git a/public/shell.php b/public/shell.php index a70908e..ac80ff7 100644 --- a/public/shell.php +++ b/public/shell.php @@ -354,6 +354,18 @@ + +
@@ -371,6 +383,18 @@ + +
@@ -598,8 +622,8 @@ showAddTenantModal: false, showEditTenantModal: false, isBusy: false, globalError: '', - newUser: { name: '', email: '', password: '', role: 'accountant' }, - newCompany: { name: '', tax_identification_number: '', commercial_registration_number: '', address: '' }, + newUser: { name: '', email: '', password: '', role: 'accountant', tenant_id: '' }, + newCompany: { name: '', tax_identification_number: '', commercial_registration_number: '', address: '', tenant_id: '' }, newTenant: { name: '', email: '', phone: '', manager_name: '', manager_email: '', manager_password: '' }, connectData: { client_id: '', secret_key: '', income_source_sequence: '1' }, uploadData: { company_id: '' },