IDEMPIERE-1877 Product Info Window Implementation broke the usage of barcode reader

This commit is contained in:
Carlos Ruiz 2015-02-26 22:04:06 -05:00
parent 138daff406
commit 2c3aacec90
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
boolean splitValue = false;
if (m_count <= 0) {
String[] values = queryValue.split("[_]");
if (values.length == 2 && identifiers.size() == 2) {
if (values.length == 2) {
splitValue = true;
for(int i = 0; i < values.length && i < identifiers.size(); i++) {
WEditor editor = identifiers.get(i);