From 975393052e91c1c22b301c708c156f3784601358 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 3 May 2002 13:03:22 +0000 Subject: Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv. --- template/en/default/global/hidden-fields.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/hidden-fields.html.tmpl') diff --git a/template/en/default/global/hidden-fields.html.tmpl b/template/en/default/global/hidden-fields.html.tmpl index 85df62435..76040bea1 100644 --- a/template/en/default/global/hidden-fields.html.tmpl +++ b/template/en/default/global/hidden-fields.html.tmpl @@ -27,6 +27,6 @@ [%# Generate hidden form fields for non-excluded fields. %] [% FOREACH field = form %] - [% NEXT IF field.key.search(exclude) %] + [% NEXT IF exclude && field.key.search(exclude) %] [% END %] -- cgit v1.2.3-24-g4f1b