2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-06 09:18:54 +00:00

Toot toot - it's the tractor again!

This commit is contained in:
Oliver Walters 2020-04-10 00:33:49 +10:00
parent 87d400415c
commit 63b88588ed

View File

@ -92,11 +92,7 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
_notesController.clear();
// TODO - Handle error cases
await item.reload();
setState(() {});
_refresh();
}
void _addStockDialog() async {
@ -162,9 +158,7 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
// TODO - Handle error cases
await item.reload();
setState(() {});
_refresh();
}
void _removeStockDialog() {
@ -233,10 +227,7 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
// TODO - Handle error cases
await item.reload();
setState(() {});
_refresh();
}
void _countStockDialog() async {