frappe / print_designer

Visual print designer for Frappe / ERPNext
GNU Affero General Public License v3.0
180 stars 101 forks source link

fix: only render new line if value is present #211

Closed maharshivpatel closed 2 months ago

maharshivpatel commented 2 months ago

in dynamic content new line / <br> was rendering even if value was empty. which leaves empty line in the content. this commit fixes that.

fixes: #206