mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: added loyaltyprogram in POS redeem loyalty
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<p class="dark:text-gray-100">{{ loyaltyPoints }}</p>
|
||||
<p class="dark:text-gray-100 pr-6">
|
||||
{{ loyaltyPoints }} - ({{ loyaltyProgram }})
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<Int
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
:total-quantity="totalQuantity"
|
||||
:item-quantity-qap="itemQtyMap"
|
||||
:loyalty-points="loyaltyPoints"
|
||||
:loyalty-program="loyaltyProgram"
|
||||
:open-alert-modal="openAlertModal"
|
||||
:default-customer="defaultCustomer"
|
||||
:item-search-term="itemSearchTerm"
|
||||
@@ -75,6 +76,7 @@
|
||||
:total-quantity="totalQuantity"
|
||||
:item-quantity-qap="itemQtyMap"
|
||||
:loyalty-points="loyaltyPoints"
|
||||
:loyalty-program="loyaltyProgram"
|
||||
:open-alert-modal="openAlertModal"
|
||||
:default-customer="defaultCustomer"
|
||||
:item-search-term="itemSearchTerm"
|
||||
|
||||
Reference in New Issue
Block a user