fix(core-flows, dashboard): reservation recreation on fulfilment cancel + allocation button display (#12447)
**What** - fix recreation of reservations on fulfilment cancel - fix allocate items button display --- CLOSES CMRC-1018
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ export const OrderSummarySection = ({ order }: OrderSummarySectionProps) => {
|
||||
}
|
||||
|
||||
return false
|
||||
}, [reservations])
|
||||
}, [order.items, reservations])
|
||||
|
||||
const unpaidPaymentCollection = order.payment_collections.find(
|
||||
(pc) => pc.status === "not_paid"
|
||||
|
||||
Reference in New Issue
Block a user