We are currently using something like;
new StaticOrderPrintJob.Builder().order(order).build().print();But would like to be able to only print certain order items. Is this possible?
But would like to be able to only print certain order items. Is this possible?