mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix add lieferadresse
This commit is contained in:
parent
b7cf1dd04a
commit
616e3e8ee7
@ -145,6 +145,7 @@ class Bundesstaaten {
|
||||
var bundeslandel = $(\'#'.$bundeslandid.'\');
|
||||
var bundeslandval = $(bundeslandel).val();
|
||||
$(bundeslandel).html(\'<option value=""></option>\');
|
||||
if (typeof bundeslaender'.$bundeslandid.' !== \'undefined\') {
|
||||
$(bundeslaender'.$bundeslandid.').each(function(k,v){
|
||||
if(landsel == v.land)
|
||||
{
|
||||
@ -152,6 +153,7 @@ class Bundesstaaten {
|
||||
}
|
||||
});
|
||||
$(bundeslaender'.$bundeslandid.').val(bundeslandval);
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>');
|
||||
|
Loading…
Reference in New Issue
Block a user