IDEMPIERE-1877 Product Info Window Implementation broke the usage of barcode reader
This commit is contained in:
parent
138daff406
commit
2c3aacec90
|
|
@ -417,7 +417,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
||||||
boolean splitValue = false;
|
boolean splitValue = false;
|
||||||
if (m_count <= 0) {
|
if (m_count <= 0) {
|
||||||
String[] values = queryValue.split("[_]");
|
String[] values = queryValue.split("[_]");
|
||||||
if (values.length == 2 && identifiers.size() == 2) {
|
if (values.length == 2) {
|
||||||
splitValue = true;
|
splitValue = true;
|
||||||
for(int i = 0; i < values.length && i < identifiers.size(); i++) {
|
for(int i = 0; i < values.length && i < identifiers.size(); i++) {
|
||||||
WEditor editor = identifiers.get(i);
|
WEditor editor = identifiers.get(i);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue