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 -1
View File
@@ -97,7 +97,7 @@ if(isset($_GET['client_id'])){
<div class="row"> <div class="row">
<div class="col-9"> <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"> <table class="table">
<tr> <tr>
<th>Address</th> <th>Address</th>