diff --git a/erpnext/change_log/current/paranthesis_in_images.md b/erpnext/change_log/current/paranthesis_in_images.md new file mode 100644 index 0000000000..4859e962f5 --- /dev/null +++ b/erpnext/change_log/current/paranthesis_in_images.md @@ -0,0 +1 @@ +- Display images in website's Item and Item List pages when the filename has paranthesis in its name diff --git a/erpnext/change_log/current/readme.md b/erpnext/change_log/current/readme.md new file mode 100644 index 0000000000..e93bb75396 --- /dev/null +++ b/erpnext/change_log/current/readme.md @@ -0,0 +1,3 @@ +Leave change log files in this folder for user release notes. + +(this file is just a place holder, don't delete it) diff --git a/erpnext/templates/includes/macros.html b/erpnext/templates/includes/macros.html index aa44a1731b..0967e97138 100644 --- a/erpnext/templates/includes/macros.html +++ b/erpnext/templates/includes/macros.html @@ -1,6 +1,6 @@ {% macro product_image_square(website_image, css_class="") %}