From 47d37aa628981f0cb14ed0c54a7a58b7178d78cc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Nov 2023 16:24:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.51.0 # [14.51.0](https://github.com/frappe/erpnext/compare/v14.50.0...v14.51.0) (2023-11-28) ### Bug Fixes * Alert message and make sure invoice due dates are different for effective test ([0813f02](https://github.com/frappe/erpnext/commit/0813f02ca5a9da156d02f8ece054d93cf415e554)) * allow on submit for child table fields ([d72fbe9](https://github.com/frappe/erpnext/commit/d72fbe912577ff33287cdb27e7953cd3b6466ca2)) * annual income and expenses in digest ([7dce68b](https://github.com/frappe/erpnext/commit/7dce68bdccb73e9e0b5e0d92abeba9ce7b474b61)) * check reposting settings before allowing editable si ([f777d24](https://github.com/frappe/erpnext/commit/f777d24679927355da164f7599fe526effa9e759)) * condition in other bundle utils ([e96ef73](https://github.com/frappe/erpnext/commit/e96ef7338ed4fb3eacef1da702d8211ecb7c9e4b)) * create contact if existing customer doesn't have contact ([bb2aa90](https://github.com/frappe/erpnext/commit/bb2aa904b28a9220899bdbe4a9b3d43612db9092)) * do not set repost flag without validating voucher ([3ad6d08](https://github.com/frappe/erpnext/commit/3ad6d0890ae872aaad4c5f9a09763f2ba1538c91)) * filter bundle items based on disabled check ([8a3a068](https://github.com/frappe/erpnext/commit/8a3a0688ba1a3c38837e2f1ec4a822b1139b14f3)) * fiscal year using future date ([b0aa4ef](https://github.com/frappe/erpnext/commit/b0aa4efd3da478fb6940687406c744a0698dd0b9)) * has_product_bundle util to only check for enabled bundles ([fd19ac5](https://github.com/frappe/erpnext/commit/fd19ac55e3e5f3a9a2b9c8d212ac39dd29986b1b)) * job card overlap validation (backport [#38345](https://github.com/frappe/erpnext/issues/38345)) ([#38347](https://github.com/frappe/erpnext/issues/38347)) ([9cf8955](https://github.com/frappe/erpnext/commit/9cf8955d24bc22fc91c6e5a29df358e8ee40202e)) * Merge conflicts ([e7183e3](https://github.com/frappe/erpnext/commit/e7183e3ea935638a7737dc20f48e1aa7624936cb)) * Negative Qty and Rates in SO/PO ([#38253](https://github.com/frappe/erpnext/issues/38253)) ([50f3b01](https://github.com/frappe/erpnext/commit/50f3b01eb70962b995bb541c7751140c78a562ee)) * Payment Reco Issue and chart of account importer ([730a3bb](https://github.com/frappe/erpnext/commit/730a3bb7cec09781897d545fc6d777fdd51a2cf9)) * Re-add no.of rows split in alert message ([fb19e7f](https://github.com/frappe/erpnext/commit/fb19e7f15eb22bab4a778fd0dc922733b0dd00ae)) * **regional:** item wise tax calc issue ([0448d56](https://github.com/frappe/erpnext/commit/0448d56a4f06a5dea426d1038edbc82aa8a141ed)) * Server Error while creating Product Bundle (backport [#38377](https://github.com/frappe/erpnext/issues/38377)) ([#38379](https://github.com/frappe/erpnext/issues/38379)) ([ca6a788](https://github.com/frappe/erpnext/commit/ca6a78882c2146734c214510a669e11451edb5d4)) * skip disabled bundles for non-report utils ([445e9c9](https://github.com/frappe/erpnext/commit/445e9c90413db00d1edf22c3edd1616e8a380c92)) * skip fixed assets in parent ([5dcd806](https://github.com/frappe/erpnext/commit/5dcd8061761b95c1e01bdaff5d019a2ab66615c4)) * stock availability not showing ([#38382](https://github.com/frappe/erpnext/issues/38382)) ([3929cc3](https://github.com/frappe/erpnext/commit/3929cc30cab5e3840e46ef1673df72eca95320ab)) * validation for existing bundles ([ae960e7](https://github.com/frappe/erpnext/commit/ae960e735aa76bd3f76c65450576b0d72e609355)) ### Features * add disabled field in product bundle ([8d5efc9](https://github.com/frappe/erpnext/commit/8d5efc901d1f454348efba7c94cc167362d0a16f)) * new Report "Lost Quotations" ([#38309](https://github.com/frappe/erpnext/issues/38309)) ([1773e31](https://github.com/frappe/erpnext/commit/1773e31499724602cf69b2976a1d0023fab6f202)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f82bc47106b..bfef4c35484 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.50.0" +__version__ = "14.51.0" def get_default_company(user=None):