IDEMPIERE-911 Problem with calculator

This commit is contained in:
Richard Morales 2013-05-29 13:42:06 -05:00
parent f1662191a5
commit 921e5a0fa4
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ public class NumberBox extends Div
vbox.appendChild(row4);
popup.appendChild(vbox);
popup.setWidgetListener("onOpen", "calc.clearAll('" + txtCalcId + "')");
return popup;
}