This commit is contained in:
heama 2023-10-10 15:39:24 +05:30
parent caf3a74a33
commit 8cd03cd0d4

View File

@ -260,8 +260,9 @@
</div>
<div class="form-row">
<div class="form-group text-left col-md-12 ">
<label for="terms">Notes</label>
<textarea class="form-control" id="terms" name="notes" value="<?= isset($invoice_details['notes']) ? $invoice_details['notes'] : '' ?>">
<label for="notes">Notes</label>
<textarea class="form-control" id="terms" name="notes" >
<?php echo ($invoice_details['notes']);?>
</textarea>
</div>
</div>