Remove restriction on row action (#9201)

This commit is contained in:
Oliver 2025-02-28 16:43:25 +11:00 committed by GitHub
parent 0da9391568
commit 92a9423c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -593,7 +593,6 @@ export default function BuildLineTable({
icon: <IconShoppingCart />,
title: t`Order Stock`,
hidden: !canOrder,
disabled: !table.hasSelectedRecords,
color: 'blue',
onClick: () => {
setPartsToOrder([record.part_detail]);