kitchen receipt + html printer
This commit is contained in:
@@ -11,7 +11,7 @@ public class KitchenReceiptPrinter
|
||||
_bigFontLineWidth = bigFontLineWidth;
|
||||
}
|
||||
|
||||
public List<KitchenPrintCommand> ConvertToCommands(KitchenReceipt receipt)
|
||||
public List<KitchenPrintCommand> ConvertToCommands(TranslatedKitchenReceipt receipt)
|
||||
{
|
||||
var commands = new List<KitchenPrintCommand>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user