2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Request list of labels defined for a given stock item

This commit is contained in:
Oliver Walters
2022-03-25 22:16:36 +11:00
parent f0c5fb8355
commit 8e8015abe9
4 changed files with 58 additions and 6 deletions

View File

@ -227,6 +227,8 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg
List<Widget> children = [];
// TODO: Add in this option once the SupplierPart detail view is implemented
/*
children.add(
SimpleDialogOption(
onPressed: () {
@ -240,6 +242,7 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg
)
)
);
*/
if (order.isPlaced && InvenTreeAPI().supportPoReceive()) {
children.add(