@silexpert/core 1.3.132 → 1.3.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.3.132",
3
+ "version": "1.3.133",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -974,7 +974,7 @@ export function getCerfa3310Century25RegistrationFields(data: Cerfa3310_2025): A
974
974
  tag: 'Valeur',
975
975
  isMultiple: false,
976
976
  description: 'Autres',
977
- value: data.isNil && !data.isHolidayDeposit ? 'X' : null,
977
+ value: comment && comment?.length > 0 && !data.isHolidayDeposit ? 'X' : null,
978
978
  },
979
979
  {
980
980
  key: 'BB',
@@ -1350,7 +1350,7 @@ export function getCerfa3517Century25RegistrationField(data: Cerfa3517_2025): As
1350
1350
  tag: 'Valeur',
1351
1351
  isMultiple: false,
1352
1352
  description: 'Autres',
1353
- value: data.isNil ? 'X' : null,
1353
+ value: comment && comment.length > 0 ? 'X' : null,
1354
1354
  },
1355
1355
  {
1356
1356
  key: 'SH',