mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
This commit is contained in:
commit
2f5235f1f0
@ -29,6 +29,7 @@ class ActivityTransformer extends EntityTransformer
|
|||||||
'invoice_id' => $activity->invoice ? $activity->invoice->public_id : null,
|
'invoice_id' => $activity->invoice ? $activity->invoice->public_id : null,
|
||||||
'payment_id' => $activity->payment ? $activity->payment->public_id : null,
|
'payment_id' => $activity->payment ? $activity->payment->public_id : null,
|
||||||
'credit_id' => $activity->credit ? $activity->credit->public_id : null,
|
'credit_id' => $activity->credit ? $activity->credit->public_id : null,
|
||||||
|
'updated_at' => $this->getTimestamp($activity->updated_at)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user