Allow recipeform add productworkflow

This commit is contained in:
Kurt Riddlesperger 2020-01-21 22:32:24 -06:00
parent 7028a9950f
commit ba2a2ed823

View File

@ -88,7 +88,6 @@
'isRequired' => false, 'isRequired' => false,
'label' => 'Produces product', 'label' => 'Produces product',
'prefillById' => $recipe->product_id, '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') 'hint' => $__t('When a product is selected, one unit (per serving in purchase quantity unit) will be added to stock on consuming this recipe')
)) ))