Added reference fields

This commit is contained in:
root
2019-04-27 12:36:39 -04:00
parent ee7a7f0ad7
commit 653d16246f
5 changed files with 19 additions and 3 deletions

View File

@@ -115,6 +115,10 @@
<label>Description</label>
<textarea class="form-control" rows="4" name="description" required></textarea>
</div>
<div class="form-group">
<label>Reference</label>
<input type="text" class="form-control" name="reference">
</div>
<div class="form-group">
<label>Receipt</label>
<input type="file" class="form-control-file" name="file">