solve payment method delete issue

This commit is contained in:
jayvirsinh_gohil
2022-01-13 12:23:26 +05:30
parent e3f3809f2d
commit dd324c8bb6
5 changed files with 28 additions and 4 deletions

View File

@ -102,7 +102,7 @@ class InvoicesController extends Controller
{
$this->authorize('delete multiple invoices');
Invoice::destroy($request->ids);
Invoice::deleteInvoices($request->ids);
return response()->json([
'success' => true,