adds new button to show all new and changed lehrauftraege in the orderLehrauftrag view, so that the user can set the initial filter himself

This commit is contained in:
SimonGschnell
2024-04-29 15:53:56 +02:00
parent 555db0d5af
commit 20a2e369c5
3 changed files with 43 additions and 5 deletions
+20
View File
@@ -5900,6 +5900,26 @@ The invoice will be sent to you again. <u><strong>The amount is only to be trans
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'neuUndGeaenderteAnzeigen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Neue und geänderte anzeigen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Show new and changed',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',