Add purchase date to the details form. #207

This commit is contained in:
Korina Cordero 2019-05-02 01:22:35 +00:00
parent b1b2a60f8f
commit 32e30fcfbb

View file

@ -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">