diff --git a/.changes/unreleased/Fixed-20250912-123656.yaml b/.changes/unreleased/Fixed-20250912-123656.yaml
new file mode 100644
index 000000000..9d1a638a4
--- /dev/null
+++ b/.changes/unreleased/Fixed-20250912-123656.yaml
@@ -0,0 +1,6 @@
+kind: Fixed
+body: Fix document generation and workflow generation do not work on accompanying period work documents
+time: 2025-09-12T12:36:56.444183161+02:00
+custom:
+ Issue: ""
+ SchemaChange: No schema change
diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFileModal.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFileModal.vue
index 4ca2d49a1..ef6846828 100644
--- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFileModal.vue
+++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFileModal.vue
@@ -4,7 +4,7 @@ import { StoredObject, StoredObjectVersion } from "../../types";
import DropFileWidget from "ChillDocStoreAssets/vuejs/DropFileWidget/DropFileWidget.vue";
import { computed, reactive } from "vue";
import { useToast } from "vue-toast-notification";
-import { DOCUMENT_REPLACE, DOCUMENT_ADD, trans } from "translator";
+import { DOCUMENT_ADD, trans } from "translator";
interface DropFileConfig {
allowRemove: boolean;
@@ -78,9 +78,7 @@ function closeModal(): void {
>
{{ trans(DOCUMENT_ADD) }}
-
+
-
+