manage Bismeldestichtage: added possibility to delete a report target date

This commit is contained in:
KarpAlex
2023-06-13 16:14:38 +02:00
parent fe9bf1dc8a
commit f865d09033
5 changed files with 119 additions and 13 deletions
+20
View File
@@ -18163,6 +18163,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'bismeldestichtag',
'phrase' => 'stichtagLoeschen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Meldestichtag löschen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Delete report target date',
'description' => '',
'insertvon' => 'system'
)
)
)
);