mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 15:10:54 +00:00
Allow sub-builds to be created for pending builds (#9972)
This commit is contained in:
@ -577,10 +577,7 @@ export default function BuildLineTable({
|
||||
part.purchaseable;
|
||||
|
||||
const canBuild =
|
||||
in_production &&
|
||||
!consumable &&
|
||||
user.hasAddRole(UserRoles.build) &&
|
||||
part.assembly;
|
||||
!consumable && user.hasAddRole(UserRoles.build) && part.assembly;
|
||||
|
||||
return [
|
||||
{
|
||||
|
Reference in New Issue
Block a user