mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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;
|
||||
case 'email':
|
||||
//dispatch email to queue
|
||||
$this->payment->service()->sendEmail();
|
||||
$payment->service()->sendEmail();
|
||||
|
||||
if (! $bulk) {
|
||||
return $this->itemResponse($payment);
|
||||
|
Loading…
Reference in New Issue
Block a user