fix bug commande

This commit is contained in:
b.razafimandimbihery 2025-06-22 18:59:22 +03:00
parent 2af3b01d92
commit 332ed228ae

View File

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