oAacc = new AccountingAccount(oDoca);
oAacc.setCode(getParam("accountingAccount.code"));
oAacc.setDescription(getParam("accountingAccount.description"));
oAacc.setActive(getParam("accountingAccount.active","1").equals("1"));
}
oAacc.save(getSession());
disconnect();
addDataLine("taxpayer",getParam("taxPayer"));
addDataLine("id",oAacc.id());
addDataLine("uuid",oAacc.getUuid());
addDataLine("code",oAacc.getCode());