[ 1988593 ] Let show Totals in a MiniTable for Numeric Value
http://sourceforge.net/tracker/index.php?func=detail&aid=1988593&group_id=176962&atid=879335
This commit is contained in:
parent
b13354d076
commit
81690fe578
|
@ -82,7 +82,6 @@ public final class InfoProduct extends Info implements ActionListener
|
|||
//Begin - fer_luck @ centuryon
|
||||
mWindowNo = WindowNo;
|
||||
//End - fer_luck @ centuryon
|
||||
|
||||
AEnv.positionCenterWindow(frame, this);
|
||||
} // InfoProduct
|
||||
|
||||
|
@ -439,7 +438,7 @@ public final class InfoProduct extends Info implements ActionListener
|
|||
s_productFrom,
|
||||
where.toString(),
|
||||
"QtyAvailable DESC, Margin DESC");
|
||||
|
||||
p_table.setShowTotals(false);
|
||||
//
|
||||
pickWarehouse.addActionListener(this);
|
||||
pickPriceList.addActionListener(this);
|
||||
|
|
|
@ -815,7 +815,7 @@ public class MiniTable extends CTable
|
|||
{
|
||||
if(col == 1 )
|
||||
{
|
||||
setValueAt(" Σ " , row -1 , col);
|
||||
setValueAt(" Σ " , row -1 , col );
|
||||
}
|
||||
else
|
||||
setValueAt(null , row - 1, col );
|
||||
|
|
Loading…
Reference in New Issue