disable description at payment entry form

This commit is contained in:
Wolfgang Hottgenroth
2021-12-12 14:07:25 +01:00
parent cbc96036d9
commit 05fb3c1677
2 changed files with 3 additions and 2 deletions

View File

@ -106,6 +106,7 @@ export class AccountComponent implements OnInit {
if (this.shallBeRentPayment) {
newAccountEntry.account_entry_category = this.accountEntryCategoriesInverseMap.get('Mietzahlung').id
newAccountEntry.description = "Miete"
this.messageService.add(`shall be rentpayment, category is ${newAccountEntry.account_entry_category}`)
} else {
newAccountEntry.account_entry_category = formData.value.category