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:
Frane Polić
2025-05-12 17:09:23 +00:00
committed by GitHub
parent 728c350c0d
commit 39e5eadefc
5 changed files with 258 additions and 10 deletions
@@ -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"