improved invoice handling for fixed rates (#1058)
This commit is contained in:
@@ -65,6 +65,6 @@ class TwigRendererTest extends KernelTestCase
|
||||
$this->assertContains('<h2 class="page-header">
|
||||
<span contenteditable="true">a test invoice template title</span>
|
||||
</h2>', $content);
|
||||
$this->assertEquals(5, substr_count($content, 'activity description / project name'));
|
||||
$this->assertEquals(5, substr_count($content, 'activity description'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user