What's New
ERPNext fix accounting

Check write permission in whitelisted document methods

RO @rohitwaghchaure · #58689 · merged 3 Sep 2026

`run_doc_method` was only checking read permission; writes via `db_set`, `db_update`, and direct SQL were accessible to any read-permitted user.