private void setPayPanel() {
if (!"main/paypanel".equals(PosScreen.currentScreen.getName())) {
PosScreen pos = PosScreen.currentScreen.showPage("paypanel", false);
pos.getInput().setFunction("TOTAL", "");
pos.refresh();
Debug.logInfo("Switched to paypanel.xml; triggered TOTAL function", module);
}
}
}