1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Merge pull request #7697 from paecker/patch-1

Update Helpers.php
This commit is contained in:
David Bomba 2022-07-30 10:30:07 +10:00 committed by GitHub
commit 6fb19bb8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ class Helpers
break;
default:
return is_null($value) ? '' : $value;
return is_null($value) ? '' : $this->processReservedKeywords($value, $entity);
break;
}
}