@arsedizioni/ars-utils 21.2.145 → 21.2.146

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.
@@ -356,6 +356,7 @@ class ClipperDocumentManager {
356
356
  const params = {
357
357
  recipients: data.recipients,
358
358
  subject: data.subject,
359
+ text: data.text,
359
360
  ids: items?.map(n => n.documentId ?? n.id) ?? []
360
361
  };
361
362
  this.dialogService.busy('Invio in corso...');