Merge pull request #13353 from PawanMeh/fixes_13352

Add total qty to offline POS
This commit is contained in:
rohitwaghchaure
2018-03-22 11:36:32 +05:30
committed by GitHub
3 changed files with 26 additions and 3 deletions

View File

@@ -62,6 +62,15 @@
<div class="cell text-right bold">{%= __("Grand Total") %}</div>
<div class="cell price-cell grand-total text-right lead"></div>
</div>
<div class="pos-list-row qty-total-area collapse-btn" style="border-bottom:1px solid #d1d8dd;">
<div class="cell">
<a class="">
<i class="octicon octicon-chevron-down"></i>
</a>
</div>
<div class="cell text-right bold">{%= __("Qty Total") %}</div>
<div class="cell price-cell qty-total text-right lead"></div>
</div>
</div>
<div class="row" style="margin-top: 30px">
<div class="col-sm-6 selected-item">