Debug.logError(e, module);
pos.showDialog("dialog/error/exception", e.getMessage());
return;
}
//save the TX Log
trans.paidInOut(type);
NavagationEvents.showPosScreen(pos);
}
}
private static synchronized void printTotals(PosScreen pos, GenericValue state, boolean runBalance) {