This commit is contained in:
Oliver Walters 2022-03-26 19:34:22 +11:00
parent 6c7b4ea7c1
commit 519c8436ef
2 changed files with 2 additions and 2 deletions

View file

@ -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();