frappe / print_designer

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

fix: accidental mutation of field.value #294

Closed maharshivpatel closed 1 week ago

maharshivpatel commented 1 week ago

In refactor of update for dynamic data i accidentally mutated the field.value object in getFormattedValue. which in turn triggers getFormattedValue function. this commit fixes it by updating local variable instead of field.value object.

Not sure why this loop didn't crash in local development setup.

fixes #292

maharshivpatel commented 1 week ago

:tada: This PR is included in version 1.3.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: