mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 01:54:36 -04:00
Minor clean up for activity repo
This commit is contained in:
parent
7459a211cd
commit
ff56fa1ba8
@ -84,7 +84,6 @@ class ActivityRepository extends BaseRepository
|
|||||||
$entity->load('client');
|
$entity->load('client');
|
||||||
$contact = $entity->client->primary_contact()->first();
|
$contact = $entity->client->primary_contact()->first();
|
||||||
$backup->html_backup = '';
|
$backup->html_backup = '';
|
||||||
// $backup->html_backup = $this->generateHtml($entity);
|
|
||||||
$backup->amount = $entity->amount;
|
$backup->amount = $entity->amount;
|
||||||
$backup->activity_id = $activity->id;
|
$backup->activity_id = $activity->id;
|
||||||
$backup->json_backup = '';
|
$backup->json_backup = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user