Browse Source

change Fcfa to mga

31052025_01
b.razafimandimbihery 6 months ago
parent
commit
bbd20719a7
  1. 4
      lib/Views/HandleProduct.dart

4
lib/Views/HandleProduct.dart

@ -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,

Loading…
Cancel
Save