From 4505cef06b06f5ee3e77c942da9e69965517fc89 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Tue, 8 Jul 2014 18:53:58 +0300 Subject: [PATCH] MT#7867 Fix link to customer/edit for customer in resellers details. (cherry picked from commit f9277fd65070911082c8fa9326185c4aa1336a01) --- share/templates/reseller/details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/reseller/details.tt b/share/templates/reseller/details.tt index e68ff66b37..ef89c172fc 100644 --- a/share/templates/reseller/details.tt +++ b/share/templates/reseller/details.tt @@ -203,7 +203,7 @@ UNLESS c.user.read_only; helper.dt_buttons = [ - { name = c.loc('Edit'), uri = "/contract/'+full.id+'/edit", class = 'btn-small btn-primary', icon = 'icon-edit' }, + { name = c.loc('Edit'), uri = "/customer/'+full.id+'/edit", class = 'btn-small btn-primary', icon = 'icon-edit' }, { name = c.loc('Terminate'), uri = "/customer/'+full.id+'/terminate", class = 'btn-small btn-secondary', icon = 'icon-remove' }, { name = c.loc('Details'), uri = "/customer/'+full.id+'/details", class = 'btn-small btn-tertiary', icon = 'icon-list' }, ];