mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
commit
4e7f299086
@ -238,7 +238,7 @@ class SubscriptionService
|
|||||||
*/
|
*/
|
||||||
private function calculateProRataRefund($invoice) :float
|
private function calculateProRataRefund($invoice) :float
|
||||||
{
|
{
|
||||||
if(!$this->invoice->date)
|
if(!$invoice->date)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
$start_date = Carbon::parse($invoice->date);
|
$start_date = Carbon::parse($invoice->date);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user