support multi-line values in excel invoices (#1507)

This commit is contained in:
Kevin Papst
2020-02-29 20:06:45 +01:00
committed by GitHub
parent ec31d206e2
commit 72b73bc9a6
6 changed files with 65 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ trait RendererTestTrait
$customer = new Customer();
$customer->setName('customer,with/special#name');
$customer->setAddress('Foo' . PHP_EOL . 'Street' . PHP_EOL . '1111 City');
$customer->setCurrency('EUR');
$customer->setMetaField((new CustomerMeta())->setName('foo-customer')->setValue('bar-customer')->setIsVisible(true));