|
|
@ -90,9 +90,8 @@ export class GfTransferBalanceDialogComponent { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private compareAccounts( |
|
|
private compareAccounts( |
|
|
control: TransferBalanceForm |
|
|
formGroup: TransferBalanceForm |
|
|
): ValidationErrors | null { |
|
|
): ValidationErrors | null { |
|
|
const formGroup = control; |
|
|
|
|
|
const accountFrom = formGroup.controls.fromAccount; |
|
|
const accountFrom = formGroup.controls.fromAccount; |
|
|
const accountTo = formGroup.controls.toAccount; |
|
|
const accountTo = formGroup.controls.toAccount; |
|
|
|
|
|
|
|
|
|