Browse Source

fix bug commande

22062025
b.razafimandimbihery 6 months ago
parent
commit
332ed228ae
  1. 1
      lib/Views/newCommand.dart

1
lib/Views/newCommand.dart

@ -63,6 +63,7 @@ class _NouvelleCommandePageState extends State<NouvelleCommandePage> {
void initState() { void initState() {
super.initState(); super.initState();
_loadProducts(); _loadProducts();
_loadCommercialUsers();
_loadPointsDeVenteWithDefault(); // Charger les points de vente _loadPointsDeVenteWithDefault(); // Charger les points de vente
_searchNameController.addListener(_filterProducts); _searchNameController.addListener(_filterProducts);
_searchImeiController.addListener(_filterProducts); _searchImeiController.addListener(_filterProducts);

Loading…
Cancel
Save