diff --git a/templates/sales/invoices/invoice_detail.html b/templates/sales/invoices/invoice_detail.html
index 7b67ed27..4f5008c9 100644
--- a/templates/sales/invoices/invoice_detail.html
+++ b/templates/sales/invoices/invoice_detail.html
@@ -40,10 +40,7 @@
{% endif %}
{% if invoice.invoice_status == 'approved' %}
{% trans 'Record Payment' %}
- {% endif %}
- {% if invoice.get_amount_open == 0 %}
- {% trans 'Mark As Paid' %}
- {% endif %}
+ {% endif %}
{% trans 'Preview' %}