Fixed overdue status in invoice also added description under edit revenue

This commit is contained in:
johnny@pittpc.com
2019-08-12 12:19:44 -04:00
parent 778ecb356e
commit 90042531f2
2 changed files with 14 additions and 6 deletions

View File

@@ -103,6 +103,11 @@
<input type="text" class="form-control" name="reference" placeholder="Enter a reference" value="<?php echo $revenue_reference; ?>">
</div>
</div>
<div class="form-group">
<label>Description</label>
<textarea class="form-control" rows="4" name="description"><?php echo $revenue_description; ?></textarea>
</div>
</div>
<div class="modal-footer bg-white">