diff --git a/resources/views/invoices/knockout.blade.php b/resources/views/invoices/knockout.blade.php index 3e5a336dc2c9..fac8149d970c 100644 --- a/resources/views/invoices/knockout.blade.php +++ b/resources/views/invoices/knockout.blade.php @@ -1022,7 +1022,7 @@ ko.bindingHandlers.productTypeahead = { model.cost(roundSignificant(datum.cost, true)); } } - if (!model.qty()) { + if (!model.qty() && ! model.task_public_id()) { model.qty(1); } @if ($account->invoice_item_taxes)