mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for recurring
This commit is contained in:
parent
a1a54b3e18
commit
417ed6c13d
@ -271,6 +271,7 @@ class BillingPortalPurchase extends Component
|
||||
->createInvoice($data)
|
||||
->service()
|
||||
->markSent()
|
||||
->fillDefaults()
|
||||
->save();
|
||||
|
||||
Cache::put($this->hash, [
|
||||
|
@ -63,6 +63,7 @@ class SendRecurring implements ShouldQueue
|
||||
->markSent()
|
||||
->applyNumber()
|
||||
->createInvitations()
|
||||
->fillDefaults()
|
||||
->save();
|
||||
|
||||
nlog("Invoice {$invoice->number} created");
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user