This commit is contained in:
efrilm
2025-10-08 17:06:23 +07:00
parent 1fbacae1f4
commit 290360674f
4 changed files with 114 additions and 5 deletions
+2 -2
View File
@@ -274,7 +274,7 @@ class _SalesPageState extends State<SalesPage> {
.toProductQuantities(),
);
} else {
onPrint(
onPrintBill(
context,
productQuantity: orderDetail!.orderItems!
.toProductQuantities(),
@@ -282,7 +282,7 @@ class _SalesPageState extends State<SalesPage> {
);
}
},
label: 'Print',
label: 'Print Bill',
icon: Icon(
Icons.print,
),