Fixed uploading documents in closed Orders

This commit is contained in:
Frank Schubert
2025-11-13 13:11:13 +01:00
parent 988fad1a67
commit be2c22ca50

View File

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