From 70ce49e32cddf3184972dc08b45cb48487d111ea Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Mar 2024 03:27:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.18.0 # [15.18.0](https://github.com/frappe/erpnext/compare/v15.17.6...v15.18.0) (2024-03-27) ### Bug Fixes * Add default finance book check in P&L statement ([f087159](https://github.com/frappe/erpnext/commit/f08715972abdf2ba4b72fd5d8de2f48fff209f50)) * Batch No is mandatory while making manufacture entry ([a638c9c](https://github.com/frappe/erpnext/commit/a638c9c8afeacdc3ea54bca47c52100130aea962)) * Book depreciation until the asset disposal date and removed unwanted commits ([2d7ff5d](https://github.com/frappe/erpnext/commit/2d7ff5d4cf48018a83c60c47fe0d381eb5902d7a)) * Cannot read properties of undefined (reading 'rate') ([d287ed5](https://github.com/frappe/erpnext/commit/d287ed5e47c31b790b169872b62bbb90b79c3bfb)) * existing batch from different warehouse not showing in the dropdown ([79d0478](https://github.com/frappe/erpnext/commit/79d047802a8a532b9d24b3d1e99f2a45ef205717)) * incorrect total qty in job card ([68d57c3](https://github.com/frappe/erpnext/commit/68d57c39476ad29bc75aec697b381e56c9d73296)) * item not coming in quick entry ([008894d](https://github.com/frappe/erpnext/commit/008894d32b2038f7bd3ddd0804935e19abf2df16)) * permissions during bulk transaction logs ([6e6ca42](https://github.com/frappe/erpnext/commit/6e6ca42261e0b183aa50553a476d27c9fa600c0f)) * pick list not picked qty less than 1 ([5310ec3](https://github.com/frappe/erpnext/commit/5310ec38ca68d72909f4a0783d90c7a6a99600bb)) * rate not fetching from the item price ([fd02060](https://github.com/frappe/erpnext/commit/fd02060cd28f2714d49280b7b1f80ed9535dba96)) * rate reset to zero ([4636ef0](https://github.com/frappe/erpnext/commit/4636ef0a29cf7e60a41d9efd98c8744530f93e9b)) * remove faulty translation ([#40667](https://github.com/frappe/erpnext/issues/40667)) ([afa930f](https://github.com/frappe/erpnext/commit/afa930ff48fe8672d27d1c0aa2e1d40cb57fd8a6)) * style for tax breakup ([501b09a](https://github.com/frappe/erpnext/commit/501b09a170c94e803ac8f7a682ddd5b6f45e32c9)) * translatability of bom configurator labels ([cf49cec](https://github.com/frappe/erpnext/commit/cf49cec20366fc98491f0987e3891fce93fb1d94)) * Turkish translations ([#40650](https://github.com/frappe/erpnext/issues/40650)) ([17a0876](https://github.com/frappe/erpnext/commit/17a087663bfcefbc491963d031ec78b72905a144)) * use serial/batch fields for subcontracting receipt and in transit stock entry ([9ec24bc](https://github.com/frappe/erpnext/commit/9ec24bcc6c8b1680a4b89dffb3fda072878df933)) * use Text Editor for rendering tax breakup table ([a95bb27](https://github.com/frappe/erpnext/commit/a95bb27c65ad3c57b71ec4ea0b2ef9872e665be4)) * validate gl for previous fiscal year ([4b973b2](https://github.com/frappe/erpnext/commit/4b973b2f861d70ad9ed3a89345d816cf8e882274)) * validation error for the subcontracting receipt ([23ae82d](https://github.com/frappe/erpnext/commit/23ae82d28262363894d75e8e3f61618ca5b4bee6)) * wrong buying amount if delivered and billed qty varies ([c224240](https://github.com/frappe/erpnext/commit/c2242406f42df4dabd298fd5a0291f1084fa3bbe)) ### Features * bisect doctype ([884a18f](https://github.com/frappe/erpnext/commit/884a18f8f1114d2cd565cbaa1e050292aa792745)) * nodes doctype ([bfccfa4](https://github.com/frappe/erpnext/commit/bfccfa4af1e9698bbdfd07dadfbad73a926695b5)) ### Performance Improvements * add in some indexes (backport [#40590](https://github.com/frappe/erpnext/issues/40590)) ([#40605](https://github.com/frappe/erpnext/issues/40605)) ([f66cf7d](https://github.com/frappe/erpnext/commit/f66cf7d838c0008d64a15de5dada4f35e710b6ee)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7f536a1c509..45a0773af79 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.17.6" +__version__ = "15.18.0" def get_default_company(user=None):