Added Document Date to Client Print

This commit is contained in:
johnny@pittpc.com 2021-01-20 19:50:51 -05:00
parent 522a3eb3a6
commit aa268f16a0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if(isset($_GET['client_id'])){
<div class="row">
<div class="col-9">
<h2><?php echo $client_name; ?></h2>
<h2><?php echo $client_name; ?> <small><?php echo date('Y-m-d'); ?></small></h2>
<table class="table">
<tr>
<th>Address</th>