Skip to content

Commit

Permalink
Merge pull request #4115 from gRoussac/PSCSX-6859
Browse files Browse the repository at this point in the history
[-] BO : Fix #PSCSX-6859, wrong redirect after editing customer
  • Loading branch information
Maxime Biloé committed Sep 30, 2015
2 parents 8f16e17 + f0fb589 commit 6cbb15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{$customer->email}
</a>
<div class="panel-heading-action">
<a class="btn btn-default" href="{$current|escape:'html':'UTF-8'}&amp;updatecustomer&amp;id_customer={$customer->id|intval}&amp;token={$token|escape:'html':'UTF-8'}">
<a class="btn btn-default" href="{$current|escape:'html':'UTF-8'}&amp;updatecustomer&amp;id_customer={$customer->id|intval}&amp;token={$token|escape:'html':'UTF-8'}&amp;back={$smarty.server.REQUEST_URI|urlencode}">
<i class="icon-edit"></i>
{l s='Edit'}
</a>
Expand Down

0 comments on commit 6cbb15c

Please sign in to comment.