mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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');
|
||||
$contact = $entity->client->primary_contact()->first();
|
||||
$backup->html_backup = '';
|
||||
// $backup->html_backup = $this->generateHtml($entity);
|
||||
$backup->amount = $entity->amount;
|
||||
$backup->activity_id = $activity->id;
|
||||
$backup->json_backup = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user