1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Merge pull request #4268 from turbo124/v5-develop

Fixes for tests
This commit is contained in:
David Bomba 2020-11-05 07:51:20 +11:00 committed by GitHub
commit 20a494f0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ class Design extends BaseDesign
return [];
}
info($this->context);
//info($this->context);
foreach ($items as $row) {
$element = ['element' => 'tr', 'elements' => []];