Missing hidden field product_id for the redirection when the user click "Save"

This commit is contained in:
touffies
2013-11-29 09:51:10 +01:00
parent c1140ec279
commit 2d9e2df5a4

View File

@@ -11,6 +11,7 @@
}
{* Hidden field *}
<input type="hidden" name="product_id" value="{$product_id}">
<input type="hidden" name="current_tab" value="seo">
{form_hidden_fields form=$form}