From f48358295780961818d69789ba9e9707b987b8bc Mon Sep 17 00:00:00 2001 From: Scheercuzy Date: Thu, 29 Dec 2016 18:56:44 +0630 Subject: [PATCH] Hyperlink Item Image added hyperlink on item image --- erpnext/templates/includes/macros.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/templates/includes/macros.html b/erpnext/templates/includes/macros.html index a25f313f60..675b7afeea 100644 --- a/erpnext/templates/includes/macros.html +++ b/erpnext/templates/includes/macros.html @@ -13,7 +13,9 @@ {% macro product_image(website_image, css_class="") %}
{% if website_image -%} - + + + {%- endif %}
{% endmacro %}