mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:24:30 -04:00
Merge pull request #7178 from turbo124/master
Fixes for migrations - autobilling
This commit is contained in:
commit
a65acadafa
@ -799,8 +799,8 @@ trait GenerateMigrationResources
|
||||
'due_date_days' => $this->transformDueDate($invoice),
|
||||
'remaining_cycles' => $this->getRemainingCycles($invoice),
|
||||
'invitations' => $this->getResourceInvitations($invoice->invitations, 'recurring_invoice_id'),
|
||||
'auto_bill_enabled' => $this->calcAutoBillEnabled($invoice),
|
||||
'auto_bill' => $this->calcAutoBill($invoice),
|
||||
'auto_bill_enabled' => $this->calcAutoBill($invoice),
|
||||
'auto_bill' => $this->calcAutoBillEnabled($invoice),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user