Merge branch 'fronkdev' into 'master'

Fixed uploading documents in closed Orders

See merge request fronk/thetool!1883
This commit is contained in:
Frank Schubert
2025-11-13 12:11:38 +00:00

View File

@@ -1860,7 +1860,7 @@
}
reader.readAsText(selectedFile);
reader.readAsArrayBuffer(selectedFile);
});