feat: product variant
This commit is contained in:
@@ -883,6 +883,7 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
|
||||
customerName: customerController.text,
|
||||
items: items,
|
||||
orderType: orderType,
|
||||
customer: selectedCustomer,
|
||||
),
|
||||
),
|
||||
label: 'Simpan',
|
||||
@@ -921,6 +922,8 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
|
||||
.text,
|
||||
orderType: orderType,
|
||||
table: widget.table!,
|
||||
customer:
|
||||
selectedCustomer,
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user