mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Toot toot - it's the tractor again!
This commit is contained in:
parent
87d400415c
commit
63b88588ed
1 changed files with 3 additions and 12 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue