mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-06 17:28:55 +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();
|
_notesController.clear();
|
||||||
|
|
||||||
// TODO - Handle error cases
|
// TODO - Handle error cases
|
||||||
|
_refresh();
|
||||||
await item.reload();
|
|
||||||
|
|
||||||
setState(() {});
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void _addStockDialog() async {
|
void _addStockDialog() async {
|
||||||
@ -162,9 +158,7 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
|
|||||||
|
|
||||||
// TODO - Handle error cases
|
// TODO - Handle error cases
|
||||||
|
|
||||||
await item.reload();
|
_refresh();
|
||||||
|
|
||||||
setState(() {});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void _removeStockDialog() {
|
void _removeStockDialog() {
|
||||||
@ -233,10 +227,7 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
|
|||||||
|
|
||||||
// TODO - Handle error cases
|
// TODO - Handle error cases
|
||||||
|
|
||||||
await item.reload();
|
_refresh();
|
||||||
|
|
||||||
setState(() {});
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void _countStockDialog() async {
|
void _countStockDialog() async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user