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