@topconsultnpm/sdkui-react 6.21.0-dev2.51 → 6.21.0-dev2.52

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.
@@ -144,7 +144,7 @@ const TMMergeToPdfForm = ({ mode, selectedDcmtInfos, onClose, showTMRelationView
144
144
  const pdfFiles = [];
145
145
  const rfo = new RetrieveFileOptions();
146
146
  rfo.retrieveReason = DcmtOpers.None;
147
- rfo.generalRetrieveFormat = GeneralRetrieveFormats.Original;
147
+ rfo.generalRetrieveFormat = GeneralRetrieveFormats.OriginalUnsigned;
148
148
  rfo.cvtFormat = FileFormats.PDF;
149
149
  rfo.invoiceRetrieveFormat = SDKUI_Globals.userSettings?.searchSettings.invoiceRetrieveFormat;
150
150
  rfo.orderRetrieveFormat = SDKUI_Globals.userSettings?.searchSettings.orderRetrieveFormat;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev2.51",
3
+ "version": "6.21.0-dev2.52",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",