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:
parent
57c7bcd615
commit
821009e0ad
@ -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>";
|
||||
}
|
||||
?> </td>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user