This commit is contained in:
parent
4dd66c3127
commit
96ec74cf8e
|
@ -989,7 +989,7 @@ public class POSManager
|
||||||
reportData.add(headers);
|
reportData.add(headers);
|
||||||
|
|
||||||
//NumberFormat formatter = new DecimalFormat("###,###,##0.00");
|
//NumberFormat formatter = new DecimalFormat("###,###,##0.00");
|
||||||
DecimalFormat f = DisplayType.getNumberFormat(DisplayType.CostPrice);
|
DecimalFormat formatter = DisplayType.getNumberFormat(DisplayType.CostPrice);
|
||||||
|
|
||||||
Object[] data = null;
|
Object[] data = null;
|
||||||
String grandTotal = null;
|
String grandTotal = null;
|
||||||
|
|
Loading…
Reference in New Issue