mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added Document Date to Client Print
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user