mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
minor fixes for invoice controller bulk actions
This commit is contained in:
parent
1ef260cb14
commit
9718e657cd
@ -698,7 +698,7 @@ class InvoiceController extends BaseController
|
||||
/*If we are using bulk actions, we don't want to return anything */
|
||||
switch ($action) {
|
||||
case 'auto_bill':
|
||||
$invoice = AutoBill::dispatch($invoice->id, $invoice->company->db);
|
||||
AutoBill::dispatch($invoice->id, $invoice->company->db);
|
||||
return $this->itemResponse($invoice);
|
||||
|
||||
case 'clone_to_invoice':
|
||||
|
Loading…
x
Reference in New Issue
Block a user