Merge pull request #633 from Seynaeve/patch-1

[*] FO : Allow B2B to navigate through the form with Tab betwwen company and VAT field
This commit is contained in:
Gregory Roussac
2013-08-06 06:17:06 -07:00
+1 -1
View File
@@ -48,7 +48,7 @@ $(function(){ldelim}
{rdelim}); {rdelim});
{literal} {literal}
$(document).ready(function() { $(document).ready(function() {
$('#company').blur(function(){ $('#company').on('input',function(){
vat_number(); vat_number();
}); });
vat_number(); vat_number();