throw new ApplicationException(i18n.tr("Lastschrift wurde bereits ausgef�hrt"));
if (u.isNewObject())
u.store(); // wir speichern bei Bedarf selbst.
SepaLastschriftDialog d = new SepaLastschriftDialog(u,SepaLastschriftDialog.POSITION_CENTER);
try
{
if (!((Boolean)d.open()).booleanValue())
return;
}
catch (OperationCanceledException oce)
{
Logger.info(oce.getMessage());