2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Display link to purchase orders on the "company" page

This commit is contained in:
Oliver
2021-10-03 22:26:45 +11:00
parent 69c15797e8
commit 488df25758
3 changed files with 60 additions and 2 deletions

View File

@ -82,8 +82,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => PurchaseOrderListWidget(
)
builder: (context) => PurchaseOrderListWidget()
)
);
}