fix bug commande
This commit is contained in:
parent
2af3b01d92
commit
332ed228ae
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user