From 0f848fd968e196faa5fd3e8c263fdbb305ff2f72 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 31 Oct 2023 12:45:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.0 # [14.46.0](https://github.com/frappe/erpnext/compare/v14.45.4...v14.46.0) (2023-10-31) ### Bug Fixes * add regional support to extend purchase gl entries ([d02ebd6](https://github.com/frappe/erpnext/commit/d02ebd621504ac04737cc283ee6d06e2c6eb92c2)) * avoid name clash in delivery stop (backport [#37306](https://github.com/frappe/erpnext/issues/37306)) ([#37701](https://github.com/frappe/erpnext/issues/37701)) ([556095d](https://github.com/frappe/erpnext/commit/556095daaa5dd0e1c7778af9c2a8b213c857cd37)) * Cash flow mapping fix ([#37522](https://github.com/frappe/erpnext/issues/37522)) ([8e31379](https://github.com/frappe/erpnext/commit/8e31379ecca19da28846ca5290ac07326022539f)) * close employee loan on write off ([#37638](https://github.com/frappe/erpnext/issues/37638)) ([922ace4](https://github.com/frappe/erpnext/commit/922ace407699f7f01a7d365306760117235045f4)) * **defaults:** apply discount and provisonal defaults from item group and brand if available (backport [#37466](https://github.com/frappe/erpnext/issues/37466)) ([#37703](https://github.com/frappe/erpnext/issues/37703)) ([a0893dd](https://github.com/frappe/erpnext/commit/a0893ddf96f0ffcc997ce21a9e5832e0c0beddc3)) * **delivery:** rename dt fetch stop action (backport [#37605](https://github.com/frappe/erpnext/issues/37605)) ([#37606](https://github.com/frappe/erpnext/issues/37606)) ([8660faa](https://github.com/frappe/erpnext/commit/8660faaa54aa4e35d0c339e1ba471adb1998b40c)) * GL Entries for receiving non CWIP assets using Purchase Receipt ([#37660](https://github.com/frappe/erpnext/issues/37660)) ([80774e2](https://github.com/frappe/erpnext/commit/80774e2da14e8b78018a86b8f5bdd135630e99b2)) * incorrect cost center in the purchase invoice (backport [#37591](https://github.com/frappe/erpnext/issues/37591)) ([#37609](https://github.com/frappe/erpnext/issues/37609)) ([50daf70](https://github.com/frappe/erpnext/commit/50daf701dd04d712e16c1353cae046981c5e16b7)) * incorrect material request quantity in production plan ([#37785](https://github.com/frappe/erpnext/issues/37785)) ([25718d9](https://github.com/frappe/erpnext/commit/25718d9f1b7cda3b87263c2cf885958cbd283947)) * incorrect process loss validation for multiple finished items (backport [#37576](https://github.com/frappe/erpnext/issues/37576)) ([#37656](https://github.com/frappe/erpnext/issues/37656)) ([638c271](https://github.com/frappe/erpnext/commit/638c271d705f34329b3d0be4664ba7e87338e05a)) * indexing on Delivery Note Item (backport [#37766](https://github.com/frappe/erpnext/issues/37766)) ([#37777](https://github.com/frappe/erpnext/issues/37777)) ([9b66a06](https://github.com/frappe/erpnext/commit/9b66a06c8602964cab2440788b9b130219536517)) * make changes that enable gantt view for job cards (backport [#37661](https://github.com/frappe/erpnext/issues/37661)) ([#37756](https://github.com/frappe/erpnext/issues/37756)) ([712ddb7](https://github.com/frappe/erpnext/commit/712ddb75becd71c6554da69c18e5b794c54f4faf)) * **minor:** filter bank accounts in bank statement import ([#37525](https://github.com/frappe/erpnext/issues/37525)) ([1cb9f4c](https://github.com/frappe/erpnext/commit/1cb9f4cf8b7ea4bb9e29c6b8ab171238a6c68305)) * **minor:** filter tax template based on company in subscription ([#37562](https://github.com/frappe/erpnext/issues/37562)) ([c05e0a4](https://github.com/frappe/erpnext/commit/c05e0a4ffc7df7b2fb62e8e2c9fec7e71bef64aa)) * **minor:** set tax values for item variants (backport [#37674](https://github.com/frappe/erpnext/issues/37674)) ([#37738](https://github.com/frappe/erpnext/issues/37738)) ([fabcfc1](https://github.com/frappe/erpnext/commit/fabcfc1fce9231a8c15d1aee96227697ce92c9b8)) * negative current qty causing recursion issue ([#37752](https://github.com/frappe/erpnext/issues/37752)) ([f1407bc](https://github.com/frappe/erpnext/commit/f1407bcfd2b93af9daa2d8e9befa71f7f1004090)) * overallocation on Payment with PO/SO ([d71b885](https://github.com/frappe/erpnext/commit/d71b885fb82fd645d607872ec211af4c20d88d31)) * purchase receipt with stock and asset items ([375be8c](https://github.com/frappe/erpnext/commit/375be8cd9336af81cc599b70a9fc9c061b046e2f)) * remove from or target warehouse for non internal transfer entries (backport [#37612](https://github.com/frappe/erpnext/issues/37612)) ([#37628](https://github.com/frappe/erpnext/issues/37628)) ([78b7c26](https://github.com/frappe/erpnext/commit/78b7c2642052073f93e089340bc56ad50b197152)) * set correct `purchase_sle` in `get_last_sle()` ([#37708](https://github.com/frappe/erpnext/issues/37708)) ([86cf156](https://github.com/frappe/erpnext/commit/86cf156968de8e6514c71bfdfda99fb81c8c05b8)) * set empty value for tax template in item details ([#37496](https://github.com/frappe/erpnext/issues/37496)) ([ec208b8](https://github.com/frappe/erpnext/commit/ec208b8df557649cfa4c70387ef5c3297c251866)) * typeerror on tds payable monthly report ([fea27d5](https://github.com/frappe/erpnext/commit/fea27d5e2efb6c6fcc70cfdce60f645a8f160ba0)) * update existing doc if possible ([89f07dc](https://github.com/frappe/erpnext/commit/89f07dcfac3740af81c59579152646f3c806113b)) * wrong german translation ([#37658](https://github.com/frappe/erpnext/issues/37658)) ([fa5780c](https://github.com/frappe/erpnext/commit/fa5780ca81ad59fd2769b5ca23935ca193d6c05d)) ### Features * allow return of components for SCO that don't have SCR created (backport [#37686](https://github.com/frappe/erpnext/issues/37686)) ([#37692](https://github.com/frappe/erpnext/issues/37692)) ([e96d5b3](https://github.com/frappe/erpnext/commit/e96d5b314a96ab70a80e858890722f4a2c44e39a)) * **delivery:** link to delivery notes list view from delivery trip (backport [#37604](https://github.com/frappe/erpnext/issues/37604)) ([#37695](https://github.com/frappe/erpnext/issues/37695)) ([c58fefb](https://github.com/frappe/erpnext/commit/c58fefb35947fbd4be9b9e40e7321160155fbe23)) ### Reverts * Revert "fix: set empty value for tax template in item details (#37496)" ([ca13816](https://github.com/frappe/erpnext/commit/ca13816ca177e20931ad0d27370ccadbf317a684)), closes [#37496](https://github.com/frappe/erpnext/issues/37496) [#37496](https://github.com/frappe/erpnext/issues/37496) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 63d7c201a14..34da794424b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.45.4" +__version__ = "14.46.0" def get_default_company(user=None):