Skip to content

Commit

Permalink
Make the email address a mailto: link as in SelectSupplier.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
timschofield committed Mar 1, 2018
1 parent 8df9ea9 commit f15783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SelectCustomer.php
Expand Up @@ -433,7 +433,7 @@
<td class="text">', $myrow['typename'], '</td>
<td class="text">', $myrow['phoneno'], '</td>
<td class="text">', $myrow['faxno'], '</td>
<td class="text">', $myrow['email'], '</td>
<td><a href="mailto://'.$myrow['email'].'">' . $myrow['email']. '</a></td>
</tr>';
$i++;
$RowIndex++;
Expand Down

0 comments on commit f15783e

Please sign in to comment.