From a66ce02520f421f13c350fc5fb8252c5f450e08e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 25 Nov 2025 15:02:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.90.0 # [15.90.0](https://github.com/frappe/erpnext/compare/v15.89.2...v15.90.0) (2025-11-25) ### Bug Fixes * add filter company and status to job card employee ([015f946](https://github.com/frappe/erpnext/commit/015f946a1471e1c062ae27d1d30c7f23e6053950)) * add missing translate function ([475eada](https://github.com/frappe/erpnext/commit/475eada727780bc7d3fcab7a4bc7ca3ffe0e1ffa)) * add return status for purchase receipt ([8ccb9a5](https://github.com/frappe/erpnext/commit/8ccb9a5ad2049bbc5effb98095e6cbbd41b14a75)) * add validation for FG Items as per BOM qty (backport [#50579](https://github.com/frappe/erpnext/issues/50579)) ([#50715](https://github.com/frappe/erpnext/issues/50715)) ([1995291](https://github.com/frappe/erpnext/commit/1995291194078c725c8de645e38b76b905bb9ebc)) * apply precision for scrap items amount ([5b60fbb](https://github.com/frappe/erpnext/commit/5b60fbbd309c7b4b6511439d6d6656f6a08870f5)) * **customer:** link contact and addresses if created from lead/opportunity/prospect ([b1d40de](https://github.com/frappe/erpnext/commit/b1d40de87eaeb8e579bab893db619c045bcfaa80)) * ignore reserved batches from total available batches ([673b893](https://github.com/frappe/erpnext/commit/673b893942ca789d7ea554120b75c2f444b28780)) * incorrect query filter when selecting primary customer adr ([#50727](https://github.com/frappe/erpnext/issues/50727)) ([e8e09cf](https://github.com/frappe/erpnext/commit/e8e09cf8eafe1205585531b28b7f32a27dc1899c)) * **ledger-summary-report:** show party group and territory ([56f03ae](https://github.com/frappe/erpnext/commit/56f03aee027486897a4ed4e327473bf957895112)) * **manufacturing:** apply precision for bom amount and rm_cost_per_qty ([2678694](https://github.com/frappe/erpnext/commit/2678694c5f2185f3a4f55394e9f491b3b86de0ad)) * pick list status doesn't update when DN created from it and PL was created from SO ([2809c46](https://github.com/frappe/erpnext/commit/2809c46a6e175f095fe98e9445b25eb3c46e1bfd)) * prevent pi status from changing on asset repair ([3f2081b](https://github.com/frappe/erpnext/commit/3f2081b440f1a85160911232a20c92272f18d687)) * pricing rule was ignoring time validity ([f62e5e6](https://github.com/frappe/erpnext/commit/f62e5e69b855edf5da59f19ac13053a95b10ed70)) * **product bundle:** fields reset if doc is new ([4ba4da0](https://github.com/frappe/erpnext/commit/4ba4da090dace52f0f1d49a30cad9dc0b36c625c)) * **purchase_receipt:** add internal_and_external_links field to show purchase invoice connection count ([89fcdbf](https://github.com/frappe/erpnext/commit/89fcdbf56b5496d53ab432e1283df5992df6ec88)) * redundant message on bom save ([5b16740](https://github.com/frappe/erpnext/commit/5b1674018b9e58d60fe657b0494c4901dec7e01c)) * remove disabled warehouse in get_warehouses_based_on_account ([aa94c91](https://github.com/frappe/erpnext/commit/aa94c91c12689e04d56c24e7a55d567f65609951)) * serial batch selector shown only once ([25cd230](https://github.com/frappe/erpnext/commit/25cd230471060d2672ea754cc3ec933d8eceeb1c)) * show current company warehouse only in get material from bom MR ([1d6e3e4](https://github.com/frappe/erpnext/commit/1d6e3e4e7dd39d9fad07eca6b205fbe88b358e78)) * tests ([45bc218](https://github.com/frappe/erpnext/commit/45bc218acbc63214f985131d70263a08b55bbc87)) * unhide zero val checkbox ([a247337](https://github.com/frappe/erpnext/commit/a24733791d3070a89d06c29a8e39751623e5fe4b)) * unknown column error ([2e9a0cb](https://github.com/frappe/erpnext/commit/2e9a0cb01c22fe682cade44ada4d4ca2cf6981b2)) * use current_tax_amount value for base_total_taxes_and_charges ([7ed3c6d](https://github.com/frappe/erpnext/commit/7ed3c6d18a51e8151d571f0168447b5e594f41a2)) * validate sabb autocreation when disabled ([85c0c16](https://github.com/frappe/erpnext/commit/85c0c1696430d75af4f6d2c9cd527e96a699335c)) * validation for SABB deletion ([0bc98b6](https://github.com/frappe/erpnext/commit/0bc98b609fcf70a8037038671a8ebd357caffada)) ### Features * **accounting-dimension:** add dynamic triggers for custom accounting dimensions ([#50621](https://github.com/frappe/erpnext/issues/50621)) ([2b7d586](https://github.com/frappe/erpnext/commit/2b7d58602d3a85edab89e63d450494c9463b5040)) * modify accounting dimension as multiselect field ([6b6e017](https://github.com/frappe/erpnext/commit/6b6e017e36e4367afe41204c2c3c4754719325f5)) * **reports:** preserve accounting dimension filters while navigating between reports ([02a1f81](https://github.com/frappe/erpnext/commit/02a1f815da9f8df1ab21142087fe15a7f741446e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ec16de1a135..f668df9ba00 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.89.2" +__version__ = "15.90.0" def get_default_company(user=None):