mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +00:00 
			
		
		
		
	Update company display
This commit is contained in:
		| @@ -48,7 +48,15 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> { | ||||
|   int attachmentCount = 0; | ||||
|  | ||||
|   @override | ||||
|   String getAppBarTitle() => L10().company; | ||||
|   String getAppBarTitle() { | ||||
|     String title = L10().company; | ||||
|  | ||||
|     if (widget.company.name.isNotEmpty) { | ||||
|       title += " -  ${widget.company.name}"; | ||||
|     } | ||||
|  | ||||
|     return title; | ||||
|   } | ||||
|  | ||||
|   @override | ||||
|   List<Widget> appBarActions(BuildContext context) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user