mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6153 from turbo124/v5-develop
Fixes for subscriptions
This commit is contained in:
commit
a093e3910b
@ -455,7 +455,7 @@ class SubscriptionService
|
||||
->orderBy('id', 'desc')
|
||||
->first();
|
||||
|
||||
$is_credit = true
|
||||
$is_credit = true;
|
||||
}
|
||||
|
||||
if($is_credit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user