Skip to content

Commit af5c565

Browse files
committed
Debug
1 parent 21e0a0d commit af5c565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myaccount/tpl/mycustomerinstances.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250

251251
// Customer (link to login on customer dashboard)
252252
print '<span class="opacitymedium">'.$langs->trans("Customer").' : </span>'.$tmpcustomer->name;
253-
print ' &nbsp; '.dol_print_email($tmpcustomer->email);
253+
print ' &nbsp; - &nbsp; '.dol_print_email($tmpcustomer->email, 0, 0, 0, 0, 1, 1);
254254
// Add link to login to dashboard with customer account
255255
/*
256256
$dol_login_hash = dol_hash(getDolGlobalString('SELLYOURSAAS_KEYFORHASH') . $tmpcustomer->email.dol_print_date(dol_now(), 'dayrfc'), 5); // hash is valid one hour

myaccount/tpl/mymodulecustomerinstances.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254

255255
// Customer (link to login on customer dashboard)
256256
print '<span class="opacitymedium">'.$langs->trans("Customer").' : </span>'.$tmpcustomer->name;
257-
print ' &nbsp; '.dol_print_email($tmpcustomer->email);
257+
print ' &nbsp; - &nbsp; '.dol_print_email($tmpcustomer->email, 0, 0, 0, 0, 1, 1);
258258
print '<br>';
259259

260260
// URL

0 commit comments

Comments
 (0)