mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5570 from turbo124/v5-develop
Fix for recurring design id, not translating to invoice
This commit is contained in:
commit
f4893e7c09
@ -51,7 +51,8 @@ class RecurringInvoiceToInvoiceFactory
|
||||
$invoice->client_id = $client->id;
|
||||
$invoice->auto_bill_enabled = $recurring_invoice->auto_bill_enabled;
|
||||
$invoice->paid_to_date = 0;
|
||||
|
||||
$invoice->design_id = $recurring_invoice->design_id;
|
||||
|
||||
return $invoice;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user