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:
parent
87d400415c
commit
63b88588ed
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user