1.0.9
This commit is contained in:
@@ -31,7 +31,7 @@ public class BarReceiptConverter
|
||||
|
||||
//string serverIdLine = $"{kitchenReceipt.WaiterId}";
|
||||
//commands.Add(new PrintCommand(Center(serverIdLine, false)));
|
||||
|
||||
commands.Add(new PrintCommand(""));
|
||||
string tableLine = $"Tisch: {kitchenReceipt.TableNumber}";
|
||||
commands.Add(new PrintCommand(Center(tableLine, true), true, true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user