kcommons 9.24.0 → 9.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -462,7 +462,7 @@ exports.companyNavConfig = {
462
462
  route: (comparative_id, queryParams) => (0, parseReqString_1.parseReqString)(`/purchase/comparative/${comparative_id}`, {
463
463
  route_id: COMPANY_ROUTE_IDS.CMPRTV_VIEW,
464
464
  opent: queryParams === null || queryParams === void 0 ? void 0 : queryParams.activeNegotiationQuoteId,
465
- active_tab: comparative_typings_1.COMPARATIVE_TABS,
465
+ active_tab: comparative_typings_1.COMPARATIVE_TABS.COMMERCIAL,
466
466
  }),
467
467
  id: COMPANY_ROUTE_IDS.CMPRTV_VIEW,
468
468
  },
@@ -82,7 +82,7 @@ exports.PERMISSION_CONFIG = {
82
82
  ],
83
83
  };
84
84
  exports.EntitySpecificDocuments = {
85
- [entityTypes_constants_1.EntityTypes.GATE]: [DOCUMENTS.GRN],
85
+ [entityTypes_constants_1.EntityTypes.GATE]: [DOCUMENTS.GRN, DOCUMENTS.INDENT],
86
86
  [entityTypes_constants_1.EntityTypes.OFFICE]: [DOCUMENTS.INDENT],
87
87
  [entityTypes_constants_1.EntityTypes.STORE_LOCATION]: [
88
88
  DOCUMENTS.MRN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "9.24.0",
3
+ "version": "9.24.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",