Add purchase date to the details form. #207
This commit is contained in:
parent
b1b2a60f8f
commit
32e30fcfbb
1 changed files with 5 additions and 0 deletions
|
|
@ -138,6 +138,11 @@
|
|||
<input type="text" name="mode_of_payment" id="mode-of-payment" class="form-control m-input" value="{{ data.getPaymentMethod|default('') }}" disabled>
|
||||
<div class="form-control-feedback hide" data-field="mode_of_payment"></div>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label data-field="purchase_date">Purchase Date</label>
|
||||
<input type="text" name="date_purchase" class="form-control m-input" value="{{ data.getDatePurchase|default('') }}" disabled>
|
||||
<div class="form-control-feedback hide" data-field="date_purchase"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group m-form__group row">
|
||||
<div class="col-lg-6">
|
||||
|
|
|
|||
Loading…
Reference in a new issue