update
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user