IDEMPIERE-385 Fix UTF8 character in WListBox / Show storage totals on Info Product Panel

This commit is contained in:
Carlos Ruiz 2013-03-13 15:40:33 -05:00
parent 2cbd0d0d4f
commit 25a94f6f1d
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ public class WListbox extends Listbox implements IMiniTable, TableValueChangeLis
{
if(col == 0 )
{
setValueAt(" Σ " , row -1 , col);
setValueAt(" \u03a3 " , row -1 , col);
}
else
setValueAt(null , row - 1, col );