From 5f376009d04d641b0076e392144902a5bd78581c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 May 2024 05:31:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.23.0 # [15.23.0](https://github.com/frappe/erpnext/compare/v15.22.2...v15.23.0) (2024-05-09) ### Bug Fixes * Add PO reference ([c417b0c](https://github.com/frappe/erpnext/commit/c417b0c15a269b147c3efef560c838a37f8a2601)) * correct ordered qty on SO when removing PO item - v15 ([#41342](https://github.com/frappe/erpnext/issues/41342)) ([5c1043f](https://github.com/frappe/erpnext/commit/5c1043fe88d31a6c0621d00ad6ac914605ec88c4)) * Cost center not getting saved in PSOA ([fbbc0af](https://github.com/frappe/erpnext/commit/fbbc0af7bcb6f12d5c3249ff670ebe09fb81626e)) * Do not deduct TCS for opening invoices ([1999b7a](https://github.com/frappe/erpnext/commit/1999b7a6c5cdff5432644d8f63069e7b62887fb7)) * filter validation for batch-wise balance history report (backport [#41356](https://github.com/frappe/erpnext/issues/41356)) ([#41361](https://github.com/frappe/erpnext/issues/41361)) ([913cea0](https://github.com/frappe/erpnext/commit/913cea001815a66dd994673056e9968691d969a5)) * future subscripition updates ([b27a55e](https://github.com/frappe/erpnext/commit/b27a55e802899c4fc6d3508c19614f0e3d3d5366)) * GL Entries against orders as an advance ([e49a401](https://github.com/frappe/erpnext/commit/e49a401c23e64c46d34cdc935339ca504ed07f06)) * incorrect qty picked in the pick list (backport [#41378](https://github.com/frappe/erpnext/issues/41378)) ([#41381](https://github.com/frappe/erpnext/issues/41381)) ([a293ec0](https://github.com/frappe/erpnext/commit/a293ec0db31b5c05c58ce29910df132f74327ecb)) * incorrect query for Purchase Invoice rate in GP ([20daae4](https://github.com/frappe/erpnext/commit/20daae4de975be6db46679eb675c0e956fae77fb)) * **Item:** allow UOM conversion for non-stock items (backport [#41267](https://github.com/frappe/erpnext/issues/41267)) ([#41346](https://github.com/frappe/erpnext/issues/41346)) ([cd3ca1e](https://github.com/frappe/erpnext/commit/cd3ca1ee253c2124a2f4fe234248348f4dadbb17)) * Merge debit and credit in transaction currency while merging gle with similar head ([9a58823](https://github.com/frappe/erpnext/commit/9a58823867dff30491c2bf4b1fa4d921955b4b1c)) * missing Item Name on Save for Quotation created from Item (backport [#41233](https://github.com/frappe/erpnext/issues/41233)) ([#41304](https://github.com/frappe/erpnext/issues/41304)) ([6491577](https://github.com/frappe/erpnext/commit/649157750101028127b801e6138839d357c49bec)) * Patch to fix the incorrect debit and credit in transaction currency ([f7e165b](https://github.com/frappe/erpnext/commit/f7e165b5ffd029973bd4cb54d1f852d22dda96df)) * Patch to remove cancelled asset capitalization from asset ([a755540](https://github.com/frappe/erpnext/commit/a755540708ef024d28c8c5967554d5d19292653b)) * pick list with multiple batch issue (backport [#41335](https://github.com/frappe/erpnext/issues/41335)) ([#41338](https://github.com/frappe/erpnext/issues/41338)) ([1b1dfa8](https://github.com/frappe/erpnext/commit/1b1dfa8893c23691fbfea1754af78cb39266e9a8)) * pricing rule rounding ([b93828c](https://github.com/frappe/erpnext/commit/b93828cd337be9c6b71903f1a9cfc54fec956b9f)) * Purchase Invoice gain loss gl entry for periodic inventory ([0513481](https://github.com/frappe/erpnext/commit/0513481ec8bcc86ba0f11818f0e1591b12b38553)) * resolved conflict ([5039f45](https://github.com/frappe/erpnext/commit/5039f45be461f0467f6c50a0b770fc35d24896ae)) * resolved conflict ([81afdcf](https://github.com/frappe/erpnext/commit/81afdcf745a69c335710a0630173810bd517fc19)) * search for item price in stock UOM (backport [#41075](https://github.com/frappe/erpnext/issues/41075)) ([#41313](https://github.com/frappe/erpnext/issues/41313)) ([112f96b](https://github.com/frappe/erpnext/commit/112f96bae0d7734e2db56aa510bf6bf3bd8248fd)) * update project URLs (backport [#41331](https://github.com/frappe/erpnext/issues/41331)) ([#41332](https://github.com/frappe/erpnext/issues/41332)) ([bb619a6](https://github.com/frappe/erpnext/commit/bb619a64fe0e5583f3394f67a742ca1ea703ad4d)) ### Features * **Item Price:** make UOM mandatory (backport [#40588](https://github.com/frappe/erpnext/issues/40588)) ([#41312](https://github.com/frappe/erpnext/issues/41312)) ([cab0e30](https://github.com/frappe/erpnext/commit/cab0e30cebc5c7a2c9f6a264a7bd554d5b89e58f)) ### Performance Improvements * index on item code for the Pick List Item doctype (backport [#41357](https://github.com/frappe/erpnext/issues/41357)) ([#41364](https://github.com/frappe/erpnext/issues/41364)) ([bba738f](https://github.com/frappe/erpnext/commit/bba738f5f4f63432068ce7f19ce553b2e7563208)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1ad327da5ee..77eeaf1b7ca 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.22.2" +__version__ = "15.23.0" def get_default_company(user=None):