prevent export and invoice from breaking on equal sign (#2054)

This commit is contained in:
Kevin Papst
2020-10-23 02:00:50 +02:00
committed by GitHub
parent 4533c994a3
commit 2ad8f8a4bb
4 changed files with 10 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ abstract class AbstractRendererTest extends KernelTestCase
->setDuration(400)
->setRate(1947.99)
->setUser($user2)
->setDescription('== jhg ljhg ') // make sure that spreadsheets don't render it as formula
->setActivity($activity)
->setProject($project)
->setBegin(new \DateTime())