IDEMPIERE-2348 Business Partner Location : Error when selecting city from autocomplete list / thanks to Gabriel Schneider
This commit is contained in:
parent
6a74532d1b
commit
63f10761f8
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
package org.adempiere.webui.component;
|
package org.adempiere.webui.component;
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
|
||||||
|
@ -60,11 +59,6 @@ public class AutoComplete extends Combobox
|
||||||
public void setDict(String[] vals)
|
public void setDict(String[] vals)
|
||||||
{
|
{
|
||||||
comboItems = vals;
|
comboItems = vals;
|
||||||
|
|
||||||
if (comboItems != null)
|
|
||||||
{
|
|
||||||
Arrays.sort(comboItems);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue