mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Fixes
This commit is contained in:
@ -32,7 +32,7 @@ class _PartSupplierState extends RefreshableState<PartSupplierWidget> {
|
||||
List<InvenTreeSupplierPart> _supplierParts = [];
|
||||
|
||||
@override
|
||||
Future<void> request() async {
|
||||
Future<void> request(BuildContext context) async {
|
||||
// TODO - Request list of suppliers for the part
|
||||
await part.reload();
|
||||
_supplierParts = await part.getSupplierParts();
|
||||
|
Reference in New Issue
Block a user