@snabcentr/common-lib 1.74.5 → 1.74.6
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.
package/dist/manifest.json
CHANGED
package/dist/sc-common-lib.js
CHANGED
|
@@ -2471,7 +2471,7 @@ class Ht extends p {
|
|
|
2471
2471
|
* @see /doc/api/internal#/operations/api_internal_client_price_template_get_active
|
|
2472
2472
|
*/
|
|
2473
2473
|
getActiveTemplate(r) {
|
|
2474
|
-
return this.get(`/internal/clients/${r}/price/templates/active`, {}, (e) => new se(e.data));
|
|
2474
|
+
return this.get(`/internal/clients/${r}/price/templates/active`, {}, (e) => new se(e.data), !0);
|
|
2475
2475
|
}
|
|
2476
2476
|
/**
|
|
2477
2477
|
* Добавляет связь между клиентом и шаблоном прайс-листа.
|