From 2561cf2072812ea5d6530e7b1981f78ea3c681d9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Jun 2023 16:06:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.9 ## [14.27.9](https://github.com/frappe/erpnext/compare/v14.27.8...v14.27.9) (2023-06-20) ### Bug Fixes * `Process Loss Report` (backport [#35712](https://github.com/frappe/erpnext/issues/35712)) ([#35719](https://github.com/frappe/erpnext/issues/35719)) ([55a8be5](https://github.com/frappe/erpnext/commit/55a8be5cad3932dec839e4da131b4a86550536ee)) * add validation for QI in PR (backport [#35677](https://github.com/frappe/erpnext/issues/35677)) ([#35757](https://github.com/frappe/erpnext/issues/35757)) ([59ab13c](https://github.com/frappe/erpnext/commit/59ab13c34f29ec3ccf1f55fbaf9b8486b79e4419)) * Allocated amount validation for other party types ([#35741](https://github.com/frappe/erpnext/issues/35741)) ([5541d68](https://github.com/frappe/erpnext/commit/5541d68477d5d8c71ce19ff46343c285bb408455)) * cannot start / stop jobs ([53ec2a9](https://github.com/frappe/erpnext/commit/53ec2a9268ca41fd44f58859df02c1f0876ed757)) * conflicts ([697fcef](https://github.com/frappe/erpnext/commit/697fcef98bbbf5b2980cbfc817bceac34c99ff18)) * consider field precision while setting sle actual_qty ([#35717](https://github.com/frappe/erpnext/issues/35717)) ([3f62e85](https://github.com/frappe/erpnext/commit/3f62e854e58346b86bf510a60712ae1a364a3e9c)) * date and finance book fixes in fixed asset register (backport [#35751](https://github.com/frappe/erpnext/issues/35751)) ([#35799](https://github.com/frappe/erpnext/issues/35799)) ([8b57ecd](https://github.com/frappe/erpnext/commit/8b57ecd8efba65af59904586685a391fb803958e)) * don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport [#35714](https://github.com/frappe/erpnext/issues/35714)) ([#35715](https://github.com/frappe/erpnext/issues/35715)) ([77b0c5f](https://github.com/frappe/erpnext/commit/77b0c5f722b1976d333edd9c053c1d216c7604b0)) * Duplicate addresses are creating while using the E-commerce ([703e4f4](https://github.com/frappe/erpnext/commit/703e4f4f5da73fc56ef1ff805864f065c9db455f)) * fix get outstanding invoices btn and add get outstanding orders btn (backport [#35776](https://github.com/frappe/erpnext/issues/35776)) ([#35787](https://github.com/frappe/erpnext/issues/35787)) ([42e25d4](https://github.com/frappe/erpnext/commit/42e25d4cdf3e3ed1ac61427ceeaf009523d1c1ab)) * for zero bal accounts, dr/cr only on currency that has balance ([7da461b](https://github.com/frappe/erpnext/commit/7da461b8624b4b49da54e172f75527820af79056)) * incorrect gl entries for standalone debit note with update stock ([3355dc2](https://github.com/frappe/erpnext/commit/3355dc2a41137a0fd00a9a37c9c00b5691181faa)) * incorrect stock value for purchase returned with rejected qty (backport [#35747](https://github.com/frappe/erpnext/issues/35747)) ([#35752](https://github.com/frappe/erpnext/issues/35752)) ([c11d950](https://github.com/frappe/erpnext/commit/c11d950fc5ebc6aee4bec2915a8cf78df83d3dc4)) * keyerror while checking the stock balance report ([baf014f](https://github.com/frappe/erpnext/commit/baf014fc61ef643e10efa969ef36f436ddc26c74)) * loan interest accrual date ([#35695](https://github.com/frappe/erpnext/issues/35695)) ([070df97](https://github.com/frappe/erpnext/commit/070df97663f763660e3f4a1b3d251f14a35f65a6)) * **patch:** enable existing serial no in stock settings ([#35762](https://github.com/frappe/erpnext/issues/35762)) ([3c790c1](https://github.com/frappe/erpnext/commit/3c790c12f2f91ed5a6b1c95319af582aaa13008b)) * stock error for service item ([2bbea63](https://github.com/frappe/erpnext/commit/2bbea63de178d54e146bb29bc89fdf9d4e39a4b4)) * test case ([4af0a9b](https://github.com/frappe/erpnext/commit/4af0a9b192c309b4d8d76f3fcf3cd9875de3d97b)) * unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search ([#35710](https://github.com/frappe/erpnext/issues/35710)) ([58a6bbc](https://github.com/frappe/erpnext/commit/58a6bbcf6d95f59821484ff29b585c10529a0fe4)) * update `Stock Reconciliation` diff qty while reposting ([bdb5cc8](https://github.com/frappe/erpnext/commit/bdb5cc8ad46585cc78deace8e97785b93776c4fb)) * **ux:** set route options for new `Batch` ([b261242](https://github.com/frappe/erpnext/commit/b261242792e5cf88384fbe03890e4afb4b8e1736)) * validation of job card in stock entry ([ce2bf5f](https://github.com/frappe/erpnext/commit/ce2bf5fb1c55d3bb4b566e50b9b12f3d89676ccd)) * work order serial no issue ([50a8907](https://github.com/frappe/erpnext/commit/50a8907e8c05a913bf3b1778760795db85f9d675)) ### Performance Improvements * Duplicate queries for UOM (backport [#35744](https://github.com/frappe/erpnext/issues/35744)) ([#35745](https://github.com/frappe/erpnext/issues/35745)) ([632b67c](https://github.com/frappe/erpnext/commit/632b67cbc84fc4f478fc4a4e4b363134dcc7b500)) * duplicate queries while checking prevdoc (backport [#35746](https://github.com/frappe/erpnext/issues/35746)) ([#35749](https://github.com/frappe/erpnext/issues/35749)) ([a0fc8e2](https://github.com/frappe/erpnext/commit/a0fc8e252c6f011a5376fa74d8a35203f3dc5cc0)) * Ignore cancelled pick lists while fetching picked items (backport [#35737](https://github.com/frappe/erpnext/issues/35737)) ([#35740](https://github.com/frappe/erpnext/issues/35740)) ([01ac54d](https://github.com/frappe/erpnext/commit/01ac54d65da057257734dd0ab399e8ffb5659c35)) * index `purpose` in `Stock Entry` (backport [#35782](https://github.com/frappe/erpnext/issues/35782)) ([#35783](https://github.com/frappe/erpnext/issues/35783)) ([3bac2a8](https://github.com/frappe/erpnext/commit/3bac2a88bd0022dc595621d08993a124b8080f20)) * Index pick list field in stock entry and DN (backport [#35738](https://github.com/frappe/erpnext/issues/35738)) ([#35742](https://github.com/frappe/erpnext/issues/35742)) ([b875de6](https://github.com/frappe/erpnext/commit/b875de6fb7998bbd7f089343b7da4dd358ac0ced)) * Index sales_order_item in Pick list item (backport [#35735](https://github.com/frappe/erpnext/issues/35735)) ([#35736](https://github.com/frappe/erpnext/issues/35736)) ([0e57f4d](https://github.com/frappe/erpnext/commit/0e57f4dd3ce44504a059be1a4d5f8f869ffe34b9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a36cdb55093..c058aa8ce35 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.8" +__version__ = "14.27.9" def get_default_company(user=None):