mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Create detail view for part stock
- Shows all in-stock stock items
This commit is contained in:
parent
15fee106b5
commit
83465511aa
5 changed files with 168 additions and 10 deletions
|
|
@ -220,7 +220,9 @@ class SublocationList extends StatelessWidget {
|
|||
return ListView.builder(
|
||||
shrinkWrap: true,
|
||||
physics: ClampingScrollPhysics(),
|
||||
itemBuilder: _build, itemCount: _locations.length);
|
||||
itemBuilder: _build,
|
||||
itemCount: _locations.length
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue