fix premise account stuff

This commit is contained in:
2021-11-09 10:02:53 +01:00
parent 28e505f570
commit 3c97fb3582
3 changed files with 12 additions and 6 deletions

View File

@ -68,18 +68,18 @@
<input matInput name="iban" [(ngModel)]="tenant.iban"/>
</mat-form-field>
</div>
<!--
<div>
<mat-form-field appearance="outline">
<mat-form-field appearance="outline" *ngIf="tenant.account">
<mat-label>Account ID</mat-label>
<input matInput name="account_id" [readonly]="true" [ngModel]="account.id"/>
<input matInput name="account_id" [readonly]="true" [ngModel]="tenant.account"/>
</mat-form-field>
<!--
<mat-form-field appearance="outline">
<mat-label>Account Description</mat-label>
<input matInput name="account_desc" [readonly]="true" [ngModel]="account.description"/>
</mat-form-field>
</div>
-->
-->
</div>
<button #submitButton type="submit" mat-raised-button color="primary">Speichern</button>
</form>
</div>