mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-03 03:01:29 +00:00
Company split search (#620)
* Allow split search by company type * Bump release notes
This commit is contained in:
@@ -340,6 +340,9 @@ class InvenTreeAPI {
|
||||
// Ref: https://github.com/inventree/InvenTree/pull/8403
|
||||
bool get supportsPurchaseOrderDestination => isConnected() && apiVersion >= 276;
|
||||
|
||||
// Supports separate search against "supplier" / "customer" / "manufacturer"
|
||||
bool get supportsSplitCompanySearch => isConnected() && apiVersion >= 315;
|
||||
|
||||
// Cached list of plugins (refreshed when we connect to the server)
|
||||
List<InvenTreePlugin> _plugins = [];
|
||||
|
||||
|
Reference in New Issue
Block a user