mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 16:24:37 -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 */
|
/*If we are using bulk actions, we don't want to return anything */
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case 'auto_bill':
|
case 'auto_bill':
|
||||||
$invoice = AutoBill::dispatch($invoice->id, $invoice->company->db);
|
AutoBill::dispatch($invoice->id, $invoice->company->db);
|
||||||
return $this->itemResponse($invoice);
|
return $this->itemResponse($invoice);
|
||||||
|
|
||||||
case 'clone_to_invoice':
|
case 'clone_to_invoice':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user