populate goods or services

test
dan 2019-11-23 12:01:04 -07:00
parent 3be4ad6617
commit 1408a7f11e
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ export class AddTransactionPopupComponent implements OnInit {
trans.fundId = this.form.value.fundId;
trans.taxYear = this.form.value.taxYear;
trans.typeId = this.form.value.typeId;
trans.goodsOrServices = this.form.value.goodsOrServices;
this.dialogRef.close({transaction:trans,saveAndAdd:saveAndAdd});
}