1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Turns patron name into a link in transaction_log.

This commit is contained in:
Jonathan Rosenbaum 2017-10-19 07:27:26 +00:00
parent 57c7bcd615
commit 821009e0ad

View File

@ -680,7 +680,9 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
if($result['anonymous']) {
echo "Anonymous";
} else {
echo $row_Recordset1['full_name'];
echo '<a style="color: rgb(27, 105, 30); text-decoration: none; cursor: crosshair;" href="individual_history_log.php?contact_id=' .
$row_Recordset1['contact_id'] . '">' .
$row_Recordset1['full_name'] . "</a>";
}
?>&nbsp;</td>