2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Remove restriction on row action (#9201) (#9202)

(cherry picked from commit 92a9423c21a156dd51a4cd19a81ed57b5aa80c4b)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2025-02-28 16:49:41 +11:00 committed by GitHub
parent 9d21776c86
commit 9b68dea26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]);