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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user