From ace2788b579a240ad4d5bf91d91da047844d4a99 Mon Sep 17 00:00:00 2001
From: Kevin Papst
| {{ 'label.customer'|trans }} | -{{ 'label.project'|trans }} | -{{ 'label.duration'|trans }} | +{{ 'label.customer'|trans }} | +{{ 'label.project'|trans }} | +{{ 'label.duration'|trans }} | {% if showRateColumn %} -{{ 'label.rate'|trans }} | +{{ 'label.rate'|trans }} | {% endif %}
|---|
| {{ 'label.date'|trans }} | +{{ 'label.date'|trans }} | {% if showUserColumn %} -{{ 'label.user'|trans }} | +{{ 'label.user'|trans }} | {% endif %} -{{ 'label.description'|trans }} | -{{ 'label.duration'|trans }} | +{{ 'label.description'|trans }} | +{{ 'label.duration'|trans }} | {% if showRateColumn %} -{{ 'label.rate'|trans }} | +{{ 'label.rate'|trans }} | {% endif %}
|---|---|---|---|---|---|---|---|---|---|
| + |
{{ entry.begin|date_time }}
{% if entry.end %}
diff --git a/tests/Controller/ExportControllerTest.php b/tests/Controller/ExportControllerTest.php index 3473a128..bc7c60ac 100644 --- a/tests/Controller/ExportControllerTest.php +++ b/tests/Controller/ExportControllerTest.php @@ -217,7 +217,7 @@ class ExportControllerTest extends ControllerBaseTest // poor mans assertions ;-) $this->assertStringContainsString('export_print', $node->getIterator()[0]->getAttribute('class')); - $this->assertStringContainsString(' List of expenses', $response->getContent()); + $this->assertStringContainsString('', $response->getContent());
$this->assertStringContainsString('Summary', $content); $this->assertEquals(1, substr_count($content, 'id="export-summary"')); $this->assertEquals(1, substr_count($content, 'id="export-records"')); diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index 4ab47ba9..fab75abf 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -970,7 +970,7 @@ |