From ba2a2ed823110ee2e2b9be448fc1c4e6d0e77e88 Mon Sep 17 00:00:00 2001 From: Kurt Riddlesperger Date: Tue, 21 Jan 2020 22:32:24 -0600 Subject: [PATCH] Allow recipeform add productworkflow --- views/recipeform.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/recipeform.blade.php b/views/recipeform.blade.php index 75b0efd3..6dba08ca 100644 --- a/views/recipeform.blade.php +++ b/views/recipeform.blade.php @@ -88,7 +88,6 @@ 'isRequired' => false, 'label' => 'Produces product', 'prefillById' => $recipe->product_id, - 'disallowAllProductWorkflows' => true, 'hint' => $__t('When a product is selected, one unit (per serving in purchase quantity unit) will be added to stock on consuming this recipe') ))