setCaptureType(oUsr.defaultCaptureType(oSes).name());
if (getSessionAttribute("incoming_deposits")==null) {
TaxPayer oTxp = new TaxPayer (oSes.getDms(), getSessionAttribute("taxpayer_docid"));
setSessionAttribute("incoming_deposits", oTxp.incomingDeposits(oSes));
}
oSes.disconnect();
oSes.close();
} catch (Exception xcpt) {
Log.out.error("CaptureInvoice.form() "+xcpt.getClass().getName()+" "+xcpt.getMessage());
setScanDeviceName("Twain");
setCaptureType("UnsignedSinglePageFullDuplexNoGUI");