test run works
This commit is contained in:
@@ -159,10 +159,10 @@ public class ReceiptConverter
|
||||
}
|
||||
}
|
||||
|
||||
// Comment
|
||||
// SpecialInstruction
|
||||
if (!string.IsNullOrEmpty(item.Comment))
|
||||
{
|
||||
commands.Add(new PrintCommand($" Comment: {item.Comment}"));
|
||||
commands.Add(new PrintCommand($" SpecialInstruction: {item.Comment}"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user