Removed Unnessary DIVs under invoice/quote/recurring notes

This commit is contained in:
johnnyq
2021-11-09 15:17:38 -05:00
parent 592041087c
commit 100286738e
7 changed files with 7 additions and 7 deletions

View File

@@ -333,7 +333,7 @@ if(isset($_GET['invoice_id'])){
</div>
</div>
<div class="card-body">
<div><?php echo $invoice_note; ?></div>
<?php echo $invoice_note; ?>
</div>
</div>
</div>