submit entry upon clicking on product from list
This commit is contained in:
parent
67b1811a89
commit
86f7a35f79
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ class _AddEntryScreen extends State<AddEntryScreen> {
|
|||
products = [product];
|
||||
productNameController.text = product.name;
|
||||
});
|
||||
_addEntry();
|
||||
},
|
||||
title: ProductWidget(
|
||||
product: product,
|
||||
|
|
Loading…
Reference in a new issue