bill product flow bug fixes
This commit is contained in:
@@ -583,7 +583,8 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
|
||||
...controller.model.products.map(
|
||||
(e) => DropdownMenuItem<String>(
|
||||
value: e.uid,
|
||||
child: Text(e.displayName),
|
||||
child: Text('${e.displayName} - '
|
||||
'${transactionController.model.formData.debitCurrency}${e.defaultAmount}'),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user