From 502472dfbac57a970c84ecba027551c9204ef053 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 25 Jun 2013 15:47:46 +0200 Subject: [PATCH] [-] FO : fixed bug #PSCFV-7454 --- themes/default/js/contact-form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/js/contact-form.js b/themes/default/js/contact-form.js index 2d5a80b10..d98305bd7 100755 --- a/themes/default/js/contact-form.js +++ b/themes/default/js/contact-form.js @@ -27,6 +27,7 @@ $(document).ready(function () { $('select[name=id_order]').change(function () { showProductSelect($(this).attr('value')); }); + showProductSelect($('select[name=id_order]').attr('value')); }); function showProductSelect(id_order)