mailto link in SelectCustomer.php
|
02-27-2018, 02:57 AM
Post: #1
|
|||
|
|||
mailto link in SelectCustomer.php
In SelectSupplier.php the Vendor's email address is a mailto link
<td><a href="mailto://'.$myrow['email'].'">' . $myrow['email']. '</a></td> In SelectCustomer.php the Customer's email address is just text. <td class="text">', $myrow['email'], '</td> I would think if the email address is going to be displayed in SelectCustomer.php it should have a mailto link like SelectSupplier.php Thanks Jeff |
|||
02-27-2018, 09:32 AM
(This post was last modified: 02-27-2018 09:35 AM by TurboPT.)
Post: #2
|
|||
|
|||
RE: mailto link in SelectCustomer.php
Thanks for that report.
I agree with that suggestion. We are in the middle of repository transition at the moment. Once past that, I'll apply that change with credit to you. I'll post another reply once the change has been applied. |
|||
03-01-2018, 10:00 PM
Post: #3
|
|||
|
|||
RE: mailto link in SelectCustomer.php
This was a small change so I did it, and sent a pull request to Paul
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)