fixed uebersicht nicht abgeschickt

This commit is contained in:
ma0048
2021-09-15 13:45:43 +02:00
parent 17c580c184
commit 8a417e5cb8
3 changed files with 50 additions and 3 deletions
+3 -3
View File
@@ -122,10 +122,10 @@ $filters = array(
],
"filters": [
{
"name": "SendDate",
"name": "AnzahlStgNichtAbgeschickt",
"option": "",
"condition": "",
"operation": "nset"
"condition": "0",
"operation": "gt"
}
]
}
+20
View File
@@ -568,6 +568,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'anzahlNichtGesendet',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Anzahl (nicht gesendet)',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'amount (not sent)',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',