mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-22 02:46:29 +00:00
fix(portal): context pay_amount for button
(cherry picked from commit 7efb5a8cb5)
# Conflicts:
# erpnext/templates/pages/order.html
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
<p>
|
||||
<a href="/api/method/erpnext.accounts.doctype.payment_request.payment_request.make_payment_request?dn={{ doc.name }}&dt={{ doc.doctype }}&submit_doc=1&order_type=Shopping Cart"
|
||||
class="btn btn-primary btn-sm" id="pay-for-order">
|
||||
<<<<<<< HEAD
|
||||
{{ _("Pay", null, "Amount") }} {{doc.get_formatted("grand_total") }}
|
||||
=======
|
||||
{{ _("Pay") }} {{ pay_amount }}
|
||||
>>>>>>> 7efb5a8cb5 (fix(portal): context pay_amount for button)
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user