}
public static synchronized void clearDiscounts(PosScreen pos) {
PosTransaction trans = PosTransaction.getCurrentTx(pos.getSession());
trans.clearDiscounts();
trans.calcTax();
pos.refresh();
}
public static synchronized void calcTotal(PosScreen pos) {
PosTransaction trans = PosTransaction.getCurrentTx(pos.getSession());