mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
fix: use route_options instead of filters for Credit Note and Debit Note sidebar links Filters with ["=", value] format produce broken URLs like `?is_return=%3D%2C1` instead of `?is_return=1`. Switching to route_options with a plain JSON object generates correct URLs.