update print all segment

This commit is contained in:
Efril
2026-04-03 17:44:04 +07:00
parent a0db13feb4
commit 46dfb7e44e
10 changed files with 840 additions and 11 deletions
@@ -475,7 +475,7 @@ class PrintUi {
paid: order.payments.last.amount.currencyFormatRpV2,
);
bytes += builder.footer(message: 'Kasir');
bytes += builder.footer(message: 'Terima Kasih');
return bytes;
}