2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 22:45:06 +00:00

Allow sub-builds to be created for pending builds (#9972)

This commit is contained in:
Oliver
2025-07-07 16:25:14 +10:00
committed by GitHub
parent 527e6ac317
commit 7e1c51358b

View File

@ -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 [
{