mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 09:24:35 -04:00
small fixes for bulk actions for payments
This commit is contained in:
parent
4fba838ee8
commit
7f1da78b92
@ -614,7 +614,7 @@ class PaymentController extends BaseController
|
|||||||
break;
|
break;
|
||||||
case 'email':
|
case 'email':
|
||||||
//dispatch email to queue
|
//dispatch email to queue
|
||||||
$this->payment->service()->sendEmail();
|
$payment->service()->sendEmail();
|
||||||
|
|
||||||
if (! $bulk) {
|
if (! $bulk) {
|
||||||
return $this->itemResponse($payment);
|
return $this->itemResponse($payment);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user