Fix for missing addHalf()
This commit is contained in:
parent
b0f9d07af9
commit
dc6ae06f9f
@ -562,7 +562,7 @@ class Service extends Model
|
||||
|
||||
// Half Yearly
|
||||
case 3:
|
||||
$d = $this->invoice_next->addHalf()->startOfHalf()->diff($this->invoice_next_end->startOfHalf())->days;
|
||||
$d = $this->invoice_next->addQuarter(2)->startOfHalf()->diff($this->invoice_next_end->startOfHalf())->days;
|
||||
break;
|
||||
|
||||
// Yearly
|
||||
|
Loading…
Reference in New Issue
Block a user