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:
@ -82,8 +82,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => PurchaseOrderListWidget(
|
||||
)
|
||||
builder: (context) => PurchaseOrderListWidget()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user