mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Display link to purchase orders on the "company" page
This commit is contained in:
parent
69c15797e8
commit
488df25758
3 changed files with 60 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
|||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => PurchaseOrderListWidget(
|
||||
)
|
||||
builder: (context) => PurchaseOrderListWidget()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue