@seniorsistemas/yms-integration 1.18.0 → 1.18.1
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/bundles/seniorsistemas-yms-integration.umd.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/erp-senior/recebimento/form/recebimento-form.component.js +2 -2
- package/esm5/src/erp-senior/recebimento/form/recebimento-form.component.js +2 -2
- package/fesm2015/seniorsistemas-yms-integration.js +1 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -11647,7 +11647,7 @@
|
|
|
11647
11647
|
thousands: thousandsSeparator,
|
|
11648
11648
|
decimal: decimalSeparator,
|
|
11649
11649
|
};
|
|
11650
|
-
this.permissions = data.allPermissions.
|
|
11650
|
+
this.permissions = data.allPermissions.agenda;
|
|
11651
11651
|
this.allPermissions = data.allPermissions;
|
|
11652
11652
|
if (data.entity) {
|
|
11653
11653
|
var canEdit = this.permissions.editar;
|