Skip to content
Snippets Groups Projects
Commit bf7c3a0a authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3005 from GPCsolutions/nophotopathfix

Fix nophoto image path on company admin
parents 7f06727c 95debcc3
No related branches found
No related tags found
No related merge requests found
......@@ -777,7 +777,7 @@ else
}
else
{
print '<img height="30" src="'.DOL_URL_ROOT.'/theme/common/nophoto.jpg">';
print '<img height="30" src="'.DOL_URL_ROOT.'/public/theme/common/nophoto.jpg">';
}
print '</td></tr></table>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment