From f6248d0259f81cd754752c55b843266c976e92fa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Aug 2022 13:37:34 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/476ded2972b3a2cd3b8e379229a42cd791c45199)) * added field to show called group, user_id ([66578a5](https://github.com/frappe/erpnext/commit/66578a58cf78647c8eb8b1be21289211f7645737)) * added tests ([aa8a063](https://github.com/frappe/erpnext/commit/aa8a063103cde202120f1fa0c07d178dcc464ac6)) * added type of call select field, additional status for agent rejecting call ([b65bce8](https://github.com/frappe/erpnext/commit/b65bce8f986ae6050e14f40c449817b79e997850)) * call status fix ([ffb1196](https://github.com/frappe/erpnext/commit/ffb1196516559557062422e9eeabc9c9aabd5f6f)) * call type doctype, fixes ([b94154f](https://github.com/frappe/erpnext/commit/b94154f00aef71e10640531e1dbdef2c4a3c6e48)) * Handle exception where no employee is returned ([baab96d](https://github.com/frappe/erpnext/commit/baab96d02ce2e52ebb74df9a1070b86eb1130cf1)) * incorrect buying amount in Gross Profit rpt ([6405a93](https://github.com/frappe/erpnext/commit/6405a9378d2375d1db3a9defb8337207e35a1135)) * incorrect tax amt due to different exchange rate in PR and PI ([ba5ee1c](https://github.com/frappe/erpnext/commit/ba5ee1ca96cebbe06b12a4bcd6f4a6a3941944ed)) * interview rescheduling not working ([a482840](https://github.com/frappe/erpnext/commit/a4828407d09cd41088120671e000afa3c6c484a4)) * limit pos recent order page result ([9751f10](https://github.com/frappe/erpnext/commit/9751f1060e3ca686fdc8535543dffc44a37f76f8)) * linter, sider fixes ([b529627](https://github.com/frappe/erpnext/commit/b52962751c95ced44557cbe14ea5ff2c507a2bf7)) * **minor:** save the employee doc on promotion/transfer update ([36130c6](https://github.com/frappe/erpnext/commit/36130c62926814bd74412ff4c10e9c670157f82c)) * process loan interest accrual ([acbed43](https://github.com/frappe/erpnext/commit/acbed434c28ec0373c3ff4cd5489c7ea75a5581a)) * Replace walrus operator ([23a4412](https://github.com/frappe/erpnext/commit/23a441252b33a018b77ac89162cfb4cae4fd287d)) * sider fixes ([90ed14a](https://github.com/frappe/erpnext/commit/90ed14a055c0e625c3c2a74506d206cec3d7daa5)) * TDS calculation for advance payment ([a452143](https://github.com/frappe/erpnext/commit/a4521437825a960e14556fa3963bd1bd1a55a2dc)) * term loan interest calculation ([8dea238](https://github.com/frappe/erpnext/commit/8dea238d124299d1ca21cdc7afb277cdf4138a97)) * Update received_by if "to" is changed ([9263d5f](https://github.com/frappe/erpnext/commit/9263d5ff4d934d1913f4391c156e85af070e2fe4)) * used get_employees_with_number, strip_number methods ([3f46b2a](https://github.com/frappe/erpnext/commit/3f46b2a0ce4663bbb9a3b81d45cfe356acf39aac)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 40f630fcf5b..d698d6e7ea7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):