mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
## [13.54.12](https://github.com/frappe/erpnext/compare/v13.54.11...v13.54.12) (2023-11-21) ### Bug Fixes * `get_previous_allocation` return value ([6cb8a40](6cb8a40339)) * backward compatible query without pluck ([958db77](958db77cda)) * pass check permission in render_address ([65ae8d9](65ae8d9c05)) * **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](https://github.com/frappe/erpnext/issues/38134)) ([#38154](https://github.com/frappe/erpnext/issues/38154)) ([1e43605](1e436052e2)) * **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239](https://github.com/frappe/erpnext/issues/38239)) ([#38242](https://github.com/frappe/erpnext/issues/38242)) ([a9429e1](a9429e160d)) * use `get_all` instead of `get_list` ([4b8ed0f](4b8ed0f6ae)) ### Performance Improvements * index most queried fields in Leave Ledger Entry ([eea7bbc](eea7bbcea7)) * limit rows to 1 for cf leave expiry query ([635c3d5](635c3d54f5))