1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

include invitations for quotes and credits (#3363)

This commit is contained in:
David Bomba 2020-02-24 21:20:39 +11:00 committed by GitHub
parent 3d31f810c0
commit 9c10bb48a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,9 @@ class CreditTransformer extends EntityTransformer
{
use MakesHash;
protected $defaultIncludes = [];
protected $defaultIncludes = [
'invitations',
];
protected $availableIncludes = [
'invitations',

View File

@ -20,7 +20,9 @@ class QuoteTransformer extends EntityTransformer
{
use MakesHash;
protected $defaultIncludes = [];
protected $defaultIncludes = [
'invitations',
];
protected $availableIncludes = [
'invitations',