PDA

View Full Version : Invoice small bug in admin section



Parasca Iulian eugen
June 29, 2012, 04:49 PM
Admin > Plugins > Invoices

If there are invoices created the username who link for account details point to a wrong link

wrong:

www.***.ro/admin/index.php?controller=accounts&action=view&username=6

must be:

www.***.ro/admin/index.php?controller=accounts&action=view&userid=6

---------

file to modif plugins/invoices/invoices.tpl
line ~130

find:
var out = '<a class="green_11_bg" href="'+rlUrlHome+'index.php?controller=accounts&action=view&username='+row.data.Account_ID+'" ext:qtip="'+lang['ext_click_to_view_details']+'">'+username+'</a>';

replace:
var out = '<a class="green_11_bg" href="'+rlUrlHome+'index.php?controller=accounts&action=view&userid='+row.data.Account_ID+'" ext:qtip="'+lang['ext_click_to_view_details']+'">'+username+'</a>';


INFO: this modifs are made on your risk till somebody from Flynax say it ok. I do not assume any responsibility for any problems caused by these changes

T.Bogdan
SysAdmin

Vladimir
July 26, 2012, 05:28 AM
Yes, these changes are correct. We will fix this problem in plugin "Invoices".

Thanks!