diff options
-rwxr-xr-x | describecomponents.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/describecomponents.cgi b/describecomponents.cgi index e5805f535..8e1755498 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -78,6 +78,7 @@ if (!$product_id || !CanEnterProduct($product)) { } $product = (keys %products)[0]; + $product_id = get_product_id($product); } ###################################################################### |