Merge pull request #11395 from jay-parikh/develop

POS - Add % to the Discount Field #9749
This commit is contained in:
rohitwaghchaure 2017-11-02 12:11:12 +05:30 committed by GitHub
commit 1473a37d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
<input type="tel" class="form-control cell" disabled value="{%= price_list_rate %}"/>
</div>
<div class="pos-list-row">
<div class="cell">{{ __("Discount") }}:</div>
<div class="cell">{{ __("Discount") }}: %</div>
<input type="tel" class="form-control cell pos-item-disc" value="{%= discount_percentage %}">
</div>
<div class="pos-list-row">