dataCheckDialog = new DataCheckDialog(parent.getShell(), account, isGoodForCheck, text, !isDebit);
} else {
dataCheckDialog = new DataCheckDialog(dialog, account, isGoodForCheck, text, !isDebit);
}
if (dataCheckDialog.open() == 0) {
paymentType = dataCheckDialog.getPaymentType();
valueReceived = ((PaymentCheck) paymentType).getReceivedValue();
} else {
combo.select(0);
}