From 7166fdc776b854537ecfbfc931cb3393fbbb3a89 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 12 Feb 2026 16:41:50 +0000 Subject: [PATCH] adding logo to invoice --- core/templates/core/invoice_detail.html | 48 ++++++++++++------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/core/templates/core/invoice_detail.html b/core/templates/core/invoice_detail.html index 1c49764..6807dab 100644 --- a/core/templates/core/invoice_detail.html +++ b/core/templates/core/invoice_detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load i18n %} -{% block title %}{% trans "Sales Invoice" %} #{{ sale.invoice_number|default:sale.id }} | {{ settings.business_name }}{% endblock %} +{% block title %}{% trans "Sales Invoice" %} #{{ sale.invoice_number|default:sale.id }} | {{ site_settings.business_name }}{% endblock %} {% block content %}
@@ -11,7 +11,7 @@ {% trans "Back to Invoices" %} / العودة إلى الفواتير
- {% if settings.wablas_enabled or site_settings.wablas_enabled %} + {% if site_settings.wablas_enabled %}
@@ -37,17 +37,17 @@