@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
|
@@ -11587,7 +11587,7 @@ var RecebimentoFormComponent = /** @class */ (function () {
|
|
|
11587
11587
|
thousands: thousandsSeparator,
|
|
11588
11588
|
decimal: decimalSeparator,
|
|
11589
11589
|
};
|
|
11590
|
-
this.permissions = data.allPermissions.
|
|
11590
|
+
this.permissions = data.allPermissions.agenda;
|
|
11591
11591
|
this.allPermissions = data.allPermissions;
|
|
11592
11592
|
if (data.entity) {
|
|
11593
11593
|
var canEdit = this.permissions.editar;
|