business
This commit is contained in:
parent
caf3a74a33
commit
8cd03cd0d4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user