mirror of https://github.com/itflow-org/itflow
Added Document Date to Client Print
This commit is contained in:
parent
522a3eb3a6
commit
aa268f16a0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue