populate goods or services
parent
3be4ad6617
commit
1408a7f11e
|
|
@ -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});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue