Fixes for triggered actions
This commit is contained in:
parent
9ee001f399
commit
88b41b70d5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class TriggeredActions extends AbstractService
|
|||
public function run()
|
||||
{
|
||||
if ($this->request->has('auto_bill') && $this->request->input('auto_bill') == 'true') {
|
||||
$this->invoice = $this->invoice->service()->autoBill();
|
||||
$this->invoice->service()->autoBill();
|
||||
}
|
||||
|
||||
if ($this->request->has('paid') && $this->request->input('paid') == 'true') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue