IDEMPIERE-911 Problem with calculator
This commit is contained in:
parent
f1662191a5
commit
921e5a0fa4
|
@ -355,6 +355,7 @@ public class NumberBox extends Div
|
||||||
vbox.appendChild(row4);
|
vbox.appendChild(row4);
|
||||||
|
|
||||||
popup.appendChild(vbox);
|
popup.appendChild(vbox);
|
||||||
|
popup.setWidgetListener("onOpen", "calc.clearAll('" + txtCalcId + "')");
|
||||||
return popup;
|
return popup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue