We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cf967 commit f5f68b9Copy full SHA for f5f68b9
src/pages/Facility/services/inventory/externalSupply/deliveryOrder/DeliveryOrderShow.tsx
@@ -455,7 +455,11 @@ export function DeliveryOrderShow({
455
DeliveryOrderStatus.completed,
456
)
457
}
458
- disabled={isUpdating || selectedDeliveries.length !== 0}
+ disabled={
459
+ isUpsertingDeliveries ||
460
+ isUpdating ||
461
+ selectedDeliveries.length !== 0
462
+ }
463
>
464
{isUpdating ? t("updating") : t("mark_as_completed")}
465
<ShortcutBadge actionId="mark-as" />
0 commit comments