diff --git a/localization/strings.pot b/localization/strings.pot index c1c1fdfc..7585b951 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -2330,5 +2330,5 @@ msgstr "" msgid "Move on open" msgstr "" -msgid "When checked, opening the product will move one unit to the default consume location" +msgid "When enabled, on marking this product as opened, the corresponding amount will be moved to the default consume location" msgstr "" diff --git a/views/productform.blade.php b/views/productform.blade.php index 7fec58f1..dd3e9c85 100644 --- a/views/productform.blade.php +++ b/views/productform.blade.php @@ -146,6 +146,7 @@ $location->id == $product->default_consume_location_id) selected="selected" @endif value="{{ $location->id }}">{{ $location->name }} @endforeach + @if(GROCY_FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING)