business
This commit is contained in:
parent
caf3a74a33
commit
8cd03cd0d4
@ -260,8 +260,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group text-left col-md-12 ">
|
<div class="form-group text-left col-md-12 ">
|
||||||
<label for="terms">Notes</label>
|
<label for="notes">Notes</label>
|
||||||
<textarea class="form-control" id="terms" name="notes" value="<?= isset($invoice_details['notes']) ? $invoice_details['notes'] : '' ?>">
|
<textarea class="form-control" id="terms" name="notes" >
|
||||||
|
<?php echo ($invoice_details['notes']);?>
|
||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user