mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Fixing cancel button. (#3309)
This fix addresses a bug where if you create a quote and then go into the client portal to add a credit card, the cancel button will take you back to the first quote of the client regardless if it is a draft or not. This will now take you back to the previous page.
This commit is contained in:
parent
6defaebf34
commit
1ab5bc1f6b
@ -632,7 +632,7 @@
|
||||
<p> </p>
|
||||
<center>
|
||||
@if (isset($invitation))
|
||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo(HTMLUtils::previousUrl('/')) !!}
|
||||
|
||||
@endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user