Files
erpnext/erpnext/patches
Nabin Hait 943c6d210a fix: only rewrite commission_rate rows the column change can't cast
The previous string comparison (str(raw) != str(cleaned)) rewrote every
whole-number row ('20' vs '20.0'), turning a targeted cleanup into a
full-table rewrite on Sales Team. Skip rows already holding a plain numeric
string and only fix NULL / empty / non-numeric / percent-sign values.
2026-06-22 14:28:29 +05:30
..
2022-03-28 18:52:46 +05:30
2022-03-28 18:52:46 +05:30
2022-03-28 18:52:46 +05:30
2026-01-01 21:56:12 +05:30
2025-11-19 21:36:37 +05:30
2026-01-01 21:56:12 +05:30
2021-11-05 11:16:29 +05:30