@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.
@@ -662,7 +662,7 @@ export function getCerfa3310Century25RegistrationFields(data) {
662
662
  tag: 'Valeur',
663
663
  isMultiple: false,
664
664
  description: 'Autres',
665
- value: data.isNil && !data.isHolidayDeposit ? 'X' : null,
665
+ value: comment && comment?.length > 0 && !data.isHolidayDeposit ? 'X' : null,
666
666
  },
667
667
  {
668
668
  key: 'BB',