fix(hrms): meta.has_field for Singleton DocType guards (Wave 2 hotfix) #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/TETRA-wave2-singleton-has-column"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Singleton DocType (Vietnam HRMS Settings) lưu trong
tabSingles.has_columnraise TableMissingError → bench migrate fail.Fix: replace has_column với
frappe.get_meta(...).has_field(...)ở 4 callsites.22/22 tests pass.
Refs: TETRA-1437, TETRA-1449