mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 09:24:45 +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.