mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Remove restriction on row action (#9201)
This commit is contained in:
parent
0da9391568
commit
92a9423c21
@ -593,7 +593,6 @@ export default function BuildLineTable({
|
|||||||
icon: <IconShoppingCart />,
|
icon: <IconShoppingCart />,
|
||||||
title: t`Order Stock`,
|
title: t`Order Stock`,
|
||||||
hidden: !canOrder,
|
hidden: !canOrder,
|
||||||
disabled: !table.hasSelectedRecords,
|
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
setPartsToOrder([record.part_detail]);
|
setPartsToOrder([record.part_detail]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user