close #58 Fixed: Bill & Invoice payment delete not working

This commit is contained in:
Cüneyt Şentürk
2017-10-23 19:17:21 +03:00
parent dabf76a14a
commit 731be89883
4 changed files with 5 additions and 5 deletions

View File

@@ -232,7 +232,7 @@
{!! Form::open([
'id' => 'invoice-payment-' . $payment->id,
'method' => 'DELETE',
'url' => ['incomes/invoices/paymentDestroy', $payment->id],
'url' => ['incomes/invoices/payment', $payment->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('<i class="fa fa-trash-o" aria-hidden="true"></i> ' . trans('general.delete'), array(