Commit a238dc4b authored by Dio Maulana's avatar Dio Maulana

total in viewbill

parent f245e356
...@@ -147,7 +147,7 @@ class _OrderViewBillNewState extends State<OrderViewBillNew> { ...@@ -147,7 +147,7 @@ class _OrderViewBillNewState extends State<OrderViewBillNew> {
), ),
defaultText( defaultText(
context, context,
'Rp ${formatNumber().format(amountParseToInt(widget.billDetail.price))}', 'Rp ${formatNumber().format(amountParseToInt(widget.billDetail.total))}',
style: viewbillStyle( style: viewbillStyle(
font: 12, font: 12,
fontWeight: FontWeight.w300, fontWeight: FontWeight.w300,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment