From 86f7a35f793f04cd68a87488dfeae671de7ecf2b Mon Sep 17 00:00:00 2001 From: Cyanose Date: Sat, 12 Aug 2023 22:24:32 +0200 Subject: [PATCH] submit entry upon clicking on product from list --- lib/screens/add_entry.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/add_entry.dart b/lib/screens/add_entry.dart index 8a78dd3..51ed1d3 100644 --- a/lib/screens/add_entry.dart +++ b/lib/screens/add_entry.dart @@ -171,6 +171,7 @@ class _AddEntryScreen extends State { products = [product]; productNameController.text = product.name; }); + _addEntry(); }, title: ProductWidget( product: product,