mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
chore(release): Bumped to Version 13.36.5
## [13.36.5](https://github.com/frappe/erpnext/compare/v13.36.4...v13.36.5) (2022-08-23) ### Bug Fixes * added employee name to call log ([476ded2](476ded2972)) * added field to show called group, user_id ([66578a5](66578a58cf)) * added tests ([aa8a063](aa8a063103)) * added type of call select field, additional status for agent rejecting call ([b65bce8](b65bce8f98)) * call status fix ([ffb1196](ffb1196516)) * call type doctype, fixes ([b94154f](b94154f00a)) * Handle exception where no employee is returned ([baab96d](baab96d02c)) * incorrect buying amount in Gross Profit rpt ([6405a93](6405a9378d)) * incorrect tax amt due to different exchange rate in PR and PI ([ba5ee1c](ba5ee1ca96)) * interview rescheduling not working ([a482840](a4828407d0)) * limit pos recent order page result ([9751f10](9751f1060e)) * linter, sider fixes ([b529627](b52962751c)) * **minor:** save the employee doc on promotion/transfer update ([36130c6](36130c6292)) * process loan interest accrual ([acbed43](acbed434c2)) * Replace walrus operator ([23a4412](23a441252b)) * sider fixes ([90ed14a](90ed14a055)) * TDS calculation for advance payment ([a452143](a452143782)) * term loan interest calculation ([8dea238](8dea238d12)) * Update received_by if "to" is changed ([9263d5f](9263d5ff4d)) * used get_employees_with_number, strip_number methods ([3f46b2a](3f46b2a0ce))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.36.4"
|
||||
__version__ = "13.36.5"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user