From 225d4ccb63c7c1c2f666ee3049ace56a1adf4204 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 12 Dec 2024 10:37:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.2 ## [14.78.2](https://github.com/frappe/erpnext/compare/v14.78.1...v14.78.2) (2024-12-12) ### Bug Fixes * add docstatus for translation ([0a4090a](https://github.com/frappe/erpnext/commit/0a4090a7711973f6fa74ae121e34ad74ad1a917b)) * add label strings for translation in pos_controller.js ([8233e22](https://github.com/frappe/erpnext/commit/8233e22d8b8c73eec8b192ad8d70883c5e183f47)) * add labels for translation in production_analytics.py ([1a7f195](https://github.com/frappe/erpnext/commit/1a7f195d8f641982e9672f7185fd781e5012410e)) * add labels for translation in purchase_order_analysis.py ([f9974f9](https://github.com/frappe/erpnext/commit/f9974f9eb068cb389fb582da9ae7bd80c20f8dfe)) * add labels for translation in quality_inspection_summary.py ([9986c26](https://github.com/frappe/erpnext/commit/9986c26a0c6c74514c95a5df39b7e5b7e8db2c53)) * add labels for translation in sales_order_analysis.py ([bad1b2a](https://github.com/frappe/erpnext/commit/bad1b2a164ed8545d849219162bcc9502f190e58)) * add labels for translation in sales_order.js ([3620dda](https://github.com/frappe/erpnext/commit/3620ddab3457398880e80e783c2ff8313ba2ccad)) * add string for translation in delayed_tasks_summary.py ([ce04f6d](https://github.com/frappe/erpnext/commit/ce04f6d7c9b569cc3ccab0609a7daf344932390c)) * add strings for translation in pos_item_cart.js ([1f0f31a](https://github.com/frappe/erpnext/commit/1f0f31a773c012ce01a49da8babeb3ee5c7f8944)) * add strings for translation payment_terms_status_for_sales_order.py ([17dad01](https://github.com/frappe/erpnext/commit/17dad01ab7302bc4f1a659e169dfe966f3b07572)) * add title for translation in asset.js ([aed90f7](https://github.com/frappe/erpnext/commit/aed90f73d7cd4bac4779c5dd038c62286ce69e85)) * **Bank Transaction:** error in party matching should not block submitting (backport [#44416](https://github.com/frappe/erpnext/issues/44416)) ([#44573](https://github.com/frappe/erpnext/issues/44573)) ([ebc8bed](https://github.com/frappe/erpnext/commit/ebc8bede7fcdd77b763ad55a9920cd35cea5d9ac)) * description overwrite on qty change (backport [#44606](https://github.com/frappe/erpnext/issues/44606)) ([#44608](https://github.com/frappe/erpnext/issues/44608)) ([a460bf9](https://github.com/frappe/erpnext/commit/a460bf9433f3f567be6c4474551562193efa75c9)) * incorrect stock UOM for BOM raw materials (backport [#44528](https://github.com/frappe/erpnext/issues/44528)) ([#44530](https://github.com/frappe/erpnext/issues/44530)) ([ecc756b](https://github.com/frappe/erpnext/commit/ecc756bd52dbe252ef98ead1edce7d532ea36d71)) * inv dimensions fields not creating for standard doctype (backport [#44504](https://github.com/frappe/erpnext/issues/44504)) ([#44514](https://github.com/frappe/erpnext/issues/44514)) ([c502b56](https://github.com/frappe/erpnext/commit/c502b562db3dab31050c46d40040d1bdaa7246de)) * prevent set_payment_schedule on return documents ([3c8b637](https://github.com/frappe/erpnext/commit/3c8b637a8b4077757dbdfeb1b255a546a11d93f7)) * required by date in the reorder material request (backport [#44497](https://github.com/frappe/erpnext/issues/44497)) ([#44508](https://github.com/frappe/erpnext/issues/44508)) ([15e3663](https://github.com/frappe/erpnext/commit/15e36636339f968b0e9eddfc610a0179baf6c3ca)) * strings for translation in pos_past_order_summary.js ([dfbb227](https://github.com/frappe/erpnext/commit/dfbb2279b60595c4b36e6f27f619bd5a619e96fd)) * variant qty while making work order from BOM (backport [#44548](https://github.com/frappe/erpnext/issues/44548)) ([#44550](https://github.com/frappe/erpnext/issues/44550)) ([e2aedc8](https://github.com/frappe/erpnext/commit/e2aedc85b417917c8ca26e69bba923d0419fe72c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4f4274e8e6b..da0dba6a206 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.1" +__version__ = "14.78.2" def get_default_company(user=None):