Merge pull request #1769 from RafaelTaranto/backport/automatic-receipt-printiung

LAM-411 feat: add automatic receipt printing toggle
This commit is contained in:
Rafael Taranto 2024-11-29 13:50:26 +00:00 committed by GitHub
commit c64675a745
4 changed files with 25 additions and 0 deletions

View file

@ -38,6 +38,7 @@ type MachineInfo {
type ReceiptInfo {
paper: Boolean!
automaticPrint: Boolean!
sms: Boolean!
operatorWebsite: Boolean!
operatorEmail: Boolean!