change Fcfa to mga
This commit is contained in:
parent
fbf4cea2e1
commit
bbd20719a7
@ -651,7 +651,7 @@ Widget _buildImportProgressIndicator() {
|
|||||||
controller: priceController,
|
controller: priceController,
|
||||||
keyboardType: const TextInputType.numberWithOptions(decimal: true),
|
keyboardType: const TextInputType.numberWithOptions(decimal: true),
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'Prix (FCFA) *',
|
labelText: 'Prix (MGA) *',
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
prefixIcon: const Icon(Icons.attach_money),
|
prefixIcon: const Icon(Icons.attach_money),
|
||||||
filled: true,
|
filled: true,
|
||||||
@ -1257,7 +1257,7 @@ Widget _buildImportProgressIndicator() {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
'${NumberFormat('#,##0').format(product.price)} FCFA',
|
'${NumberFormat('#,##0').format(product.price)} MGA',
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
color: Colors.green,
|
color: Colors.green,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user