390391392393394395396397398399400
pos.getJournal().refresh(pos); pos.getInput().clear(); } try { trans.voidItem(index); } catch (CartItemModifyException e) { pos.getOutput().print(e.getMessage()); } // re-calc tax
pos.getJournal().refresh(pos); pos.getInput().clear(); } try { trans.voidItem(sku); } catch (CartItemModifyException e) { pos.getOutput().print(e.getMessage()); } // re-calc tax
383384385386387388389390391392393
352353354355356357358359360361362