MT#7867 Fix link to customer/edit for customer in resellers details.

(cherry picked from commit f9277fd65070911082c8fa9326185c4aa1336a01)
gjungwirth/voicemail_number
Irina Peshinskaya 11 years ago
parent cad32bcb4b
commit 4505cef06b

@ -203,7 +203,7 @@
UNLESS c.user.read_only; UNLESS c.user.read_only;
helper.dt_buttons = [ 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('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' }, { name = c.loc('Details'), uri = "/customer/'+full.id+'/details", class = 'btn-small btn-tertiary', icon = 'icon-list' },
]; ];

Loading…
Cancel
Save