Todo: move this to specific request with other change if other country
This commit is contained in:
parent
5224993746
commit
8543fdfc03
@ -106,6 +106,7 @@ function ajax_multiautocompleter($htmlname,$fields,$url,$option='')
|
|||||||
response( jQuery.map( data, function( item ) {
|
response( jQuery.map( data, function( item ) {
|
||||||
if (data.length == 1) {
|
if (data.length == 1) {
|
||||||
jQuery("#'.$htmlname.'").val(item.value);
|
jQuery("#'.$htmlname.'").val(item.value);
|
||||||
|
// TODO move this to specific request
|
||||||
if (item.states) {
|
if (item.states) {
|
||||||
jQuery("#departement_id").html(item.states);
|
jQuery("#departement_id").html(item.states);
|
||||||
}
|
}
|
||||||
@ -120,6 +121,7 @@ function ajax_multiautocompleter($htmlname,$fields,$url,$option='')
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
select: function( event, ui ) {
|
select: function( event, ui ) {
|
||||||
|
// TODO move this to specific request
|
||||||
if (ui.item.states) {
|
if (ui.item.states) {
|
||||||
jQuery("#departement_id").html(ui.item.states);
|
jQuery("#departement_id").html(ui.item.states);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user