From fa6a479ed9a377681ba0e81bb9f478b56e1751d5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Jun 2024 06:28:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.27.7 ## [15.27.7](https://github.com/frappe/erpnext/compare/v15.27.6...v15.27.7) (2024-06-19) ### Bug Fixes * add LCV flag to determine negative expenses ([83ccb32](https://github.com/frappe/erpnext/commit/83ccb32be68c55b050e6b1993da2d9a8af5d7c67)) * add strings for translation in pos_item_cart.js ([f4852d4](https://github.com/frappe/erpnext/commit/f4852d472a6eba10db722ef8ef0d73ec8c5a2931)) * add test case for update received qty in MR ([858058c](https://github.com/frappe/erpnext/commit/858058c9e1ba457af9a10db041756ad91f7c53ab)) * add test case for update received qty in MR ([aaee028](https://github.com/frappe/erpnext/commit/aaee02835b4104bfc79771a877d1da1b7b3f1543)) * add test case for update received qty in MR ([125d97a](https://github.com/frappe/erpnext/commit/125d97a182e2e8feebf1bbfc64d9b81234034507)) * add test case for update received qty in MR - import sorter ([084658e](https://github.com/frappe/erpnext/commit/084658e8ff6c5decea94baf7babda52603301223)) * add test case for update received qty in MR - import sorter ([21596c6](https://github.com/frappe/erpnext/commit/21596c6c23a66e6bcf976b368082c1384b831ccf)) * allow Employee role to select Department (backport [#41877](https://github.com/frappe/erpnext/issues/41877)) ([#41881](https://github.com/frappe/erpnext/issues/41881)) ([3bc5076](https://github.com/frappe/erpnext/commit/3bc5076dfc6e9c0d100c778cdee27e0f5fc2c4bf)) * batch qty in the dropdown field ([67d1709](https://github.com/frappe/erpnext/commit/67d1709ef8e477d39c4d95e6bfb00128e570faa1)) * consistent query field name in item wise purchase register with item wise sales register ([a43c181](https://github.com/frappe/erpnext/commit/a43c181673d57fa095e5dd3c6e027628089353c8)) * download materials request plan in PP ([7193633](https://github.com/frappe/erpnext/commit/7193633773237105e7f461e2e589645a2bc8eab6)) * download materials request plan in PP ([ef2a6c7](https://github.com/frappe/erpnext/commit/ef2a6c788ee60e33798469bc7e8de436c6d4c2c5)) * download materials request plan in PP -prettier ([3370825](https://github.com/frappe/erpnext/commit/337082512e28bacaa292085b64dde7f5b2ec8526)) * download materials request plan in production plan ([9cb7c27](https://github.com/frappe/erpnext/commit/9cb7c279a47a2100569983ba9d938d219704f89e)) * duplicate rows fetching in RFQ ([c159e3b](https://github.com/frappe/erpnext/commit/c159e3b06f86b16cbf6ff8b2e28060451e1454f0)) * handle NoneType error where customer details are not available in sales register ([ceafa0c](https://github.com/frappe/erpnext/commit/ceafa0ce282cc41cb00a9c8f302a87166ea03595)) * incorrect batch return from sales return ([b64b433](https://github.com/frappe/erpnext/commit/b64b4330a34b14b6d544cc18fb0bab8a5c622ce3)) * item_code filter in item-wise sales-purchase register ([98c8fed](https://github.com/frappe/erpnext/commit/98c8feded034f5d23e939bb53aed2935ddac5179)) * migrate lead notes ([5663432](https://github.com/frappe/erpnext/commit/5663432bd838e7ef2673c7e4cede6f014a4fff1a)) * only show user and date if available ([24ee765](https://github.com/frappe/erpnext/commit/24ee765e6a3edc7a9e45c249e3ed1cc012cfb549)) * parameters for PI references ([8618402](https://github.com/frappe/erpnext/commit/8618402829d9553ddc0c7d7ac41d86147ab2a84d)) * regional overide for updating item valution ([5ea2cdc](https://github.com/frappe/erpnext/commit/5ea2cdcaad1787fbbbb1da297012f0ceec5d2e62)) * reposting validation related PCV ([794ade8](https://github.com/frappe/erpnext/commit/794ade832f66d9e347d5dd7ab9c0c48eef5aea86)) * reset perpetual inventory flag after test ([4c11f2b](https://github.com/frappe/erpnext/commit/4c11f2bff23102eff34146baa15521218e31b77a)) * return from accepted and rejected warehouse at a same time not working ([6c57971](https://github.com/frappe/erpnext/commit/6c57971abc12fd08ca3986f10c8b78d089cbb3c4)) * update received qty in MR on purchase invoice submit with update stock ([7e9f6ae](https://github.com/frappe/erpnext/commit/7e9f6aee58459b6894678e999ba5d373d1b2c14b)) * update received qty in MR on purchase invoice submit with update stock ([4551b4b](https://github.com/frappe/erpnext/commit/4551b4b63820852fd23b76fe98defb46f52d8039)) * use invoice outstanding on Dunning ([#41817](https://github.com/frappe/erpnext/issues/41817)) ([04f0c96](https://github.com/frappe/erpnext/commit/04f0c96af782d5690124f49782efedafcebddca0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 61ed40e7e23..9d0dfd8d741 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.27.6" +__version__ = "15.27.7" def get_default_company(user=None):