feat: product variant

This commit is contained in:
efrilm
2025-08-04 17:42:39 +07:00
parent 04e1edbe79
commit 835c834ce1
18 changed files with 718 additions and 1024 deletions
@@ -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,
),
);
},