// 2: Auftraggeberkonto muss angegeben werden, wenn im Gesch�ftsvorfall enthalten
String noa = secmechInfo.getProperty("needorderaccount","");
HBCIUtils.log("needorderaccount=" + noa,HBCIUtils.LOG_INFO);
if (noa.equals("2"))
{
Konto k = task.getOrderAccount();
if (k != null)
{
HBCIUtils.log("applying orderaccount to HKTAN for " + task.getHBCICode(),HBCIUtils.LOG_INFO);
hktan.setParam("orderaccount",k);
}