Bug fixes

This commit is contained in:
Oliver Walters
2021-04-20 15:49:16 +10:00
parent 5a44a50f3b
commit 715d912137
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ class BuildOutputCreate(AjaxUpdateView):
# Calculate the required quantity
quantity = max(0, build.remaining - build.incomplete_count)
initials['quantity'] = quantity
initials['output_quantity'] = quantity
return initials