diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index ade66dd481f..7fb5ed9b56a 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html @@ -40,7 +40,7 @@
- {{ _("Pay", null, "Amount") }} {{ pay_amount }} + {{ _("Pay", null, "Amount") }} {{doc.get_formatted("grand_total") }}