|
|
|
@ -651,7 +651,7 @@ Widget _buildImportProgressIndicator() { |
|
|
|
controller: priceController, |
|
|
|
keyboardType: const TextInputType.numberWithOptions(decimal: true), |
|
|
|
decoration: InputDecoration( |
|
|
|
labelText: 'Prix (FCFA) *', |
|
|
|
labelText: 'Prix (MGA) *', |
|
|
|
border: const OutlineInputBorder(), |
|
|
|
prefixIcon: const Icon(Icons.attach_money), |
|
|
|
filled: true, |
|
|
|
@ -1257,7 +1257,7 @@ Widget _buildImportProgressIndicator() { |
|
|
|
), |
|
|
|
const SizedBox(height: 4), |
|
|
|
Text( |
|
|
|
'${NumberFormat('#,##0').format(product.price)} FCFA', |
|
|
|
'${NumberFormat('#,##0').format(product.price)} MGA', |
|
|
|
style: const TextStyle( |
|
|
|
fontSize: 16, |
|
|
|
color: Colors.green, |
|
|
|
|