update invoice page
This commit is contained in:
@@ -121,7 +121,7 @@ class _PaymentPageState extends State<PaymentPage> {
|
||||
getCustomFeeRows(BuildContext context) {
|
||||
List<Widget> dataRow = [];
|
||||
|
||||
dataRow = _invoice.receipts.asMap().entries.map((receipt) {
|
||||
dataRow = [].asMap().entries.map((receipt) {
|
||||
var r = receipt.value;
|
||||
var k = receipt.key + 1;
|
||||
return Container(
|
||||
|
||||
Reference in New Issue
Block a user