mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Display part notes and stock notes
This commit is contained in:
@ -39,7 +39,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
||||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: PartSearchDelegate()
|
||||
delegate: PartSearchDelegate(context)
|
||||
);
|
||||
|
||||
//Navigator.push(context, MaterialPageRoute(builder: (context) => SearchWidget()));
|
||||
@ -115,9 +115,12 @@ class InvenTreeDrawer extends StatelessWidget {
|
||||
leading: Image.asset(
|
||||
"assets/image/icon.png",
|
||||
fit: BoxFit.scaleDown,
|
||||
width: 40,
|
||||
width: 30,
|
||||
),
|
||||
title: Text(
|
||||
I18N.of(context).appTitle,
|
||||
style: TextStyle(fontWeight: FontWeight.bold),
|
||||
),
|
||||
title: Text(I18N.of(context).appTitle),
|
||||
onTap: _home,
|
||||
),
|
||||
ListTile(
|
||||
|
Reference in New Issue
Block a user