From c63022684605c912aba5464bb4f0a9c2e15ae255 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Jul 2026 23:31:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.118.2 ## [15.118.2](https://github.com/frappe/erpnext/compare/v15.118.1...v15.118.2) (2026-07-28) ### Bug Fixes * add is_active filter ([bb1320f](https://github.com/frappe/erpnext/commit/bb1320f8df5df11281e1dc0f427edac34c5f19c2)) * add permission check for `get_item_details` (backport [#57515](https://github.com/frappe/erpnext/issues/57515)) ([#57550](https://github.com/frappe/erpnext/issues/57550)) ([41effcf](https://github.com/frappe/erpnext/commit/41effcf7543095575cec7ff7b66ee06113882253)) * check if item is variant when creating WO from MR ([745513d](https://github.com/frappe/erpnext/commit/745513d0c214857ea66325f57f5ca8d2495ea023)) * **crm:** align Opportunity status checks with Quotation statuses (backport [#57489](https://github.com/frappe/erpnext/issues/57489)) ([#57490](https://github.com/frappe/erpnext/issues/57490)) ([53d9d1c](https://github.com/frappe/erpnext/commit/53d9d1c50d5be82b9731e89d8924006375fdec04)) * **crm:** clarify the reason why an opportunity cannot be declared as lost (backport [#57495](https://github.com/frappe/erpnext/issues/57495)) ([#57497](https://github.com/frappe/erpnext/issues/57497)) ([98a0fd8](https://github.com/frappe/erpnext/commit/98a0fd814e28737461e59fd47e5672361ee81c11)) * detect the currency column by fieldtype in trends total row ([8cceb6a](https://github.com/frappe/erpnext/commit/8cceb6af101e5f2af2f3575b1f0a2abf0e9136e3)) * enable the 'Include Zero Stock Items' filter by default to show zero-stock items in the Stock Balance report ([#57458](https://github.com/frappe/erpnext/issues/57458)) ([4e8f5de](https://github.com/frappe/erpnext/commit/4e8f5de5cbaf7deab98b5a8b642c04fb6b7f412c)) * guard against missing is_your_company_address custom field on address ([6fa522d](https://github.com/frappe/erpnext/commit/6fa522d031c7b6ae1f8988ff0dbaef60b8ba7b5d)) * Incorrect creation time at the time cancelling an entry causing an issue especially same posting datetime (backport [#57380](https://github.com/frappe/erpnext/issues/57380)) ([#57396](https://github.com/frappe/erpnext/issues/57396)) ([ae0cd16](https://github.com/frappe/erpnext/commit/ae0cd164f3cddaa0afe077f533ed432e481c67c9)) * **manufacturing:** fall back to UOM Conversion Factor in Production Plan (backport [#57553](https://github.com/frappe/erpnext/issues/57553)) ([#57555](https://github.com/frappe/erpnext/issues/57555)) ([12b4c13](https://github.com/frappe/erpnext/commit/12b4c134ca4ab2624963a0efde4da4208ae87632)) * **manufacturing:** update cost of BOMs created via BOM Creator ([25e5b10](https://github.com/frappe/erpnext/commit/25e5b107be25f42c883e0d17a627ebf6db6193c0)) * map pick list customer to delivery note when no sales order ([0dc5894](https://github.com/frappe/erpnext/commit/0dc5894499999167407eebcad17cc0d721ee57dc)), closes [#57412](https://github.com/frappe/erpnext/issues/57412) * migrate stored AR/AP ageing filter to renamed field ([e2319c3](https://github.com/frappe/erpnext/commit/e2319c3ffeadfec2a5ee16b264ac50d6c5afb11c)) * pool batch slot values on every run, not only when negative ([f38b3b4](https://github.com/frappe/erpnext/commit/f38b3b422dff038d1435035405385941ef1c6762)) * **ppcv:** replace incorrect usage of `frappe.in_test` with `frappe.flags.in_test` in version-15 ([#57579](https://github.com/frappe/erpnext/issues/57579)) ([abc53b0](https://github.com/frappe/erpnext/commit/abc53b0d3942c16e689a2df67c6316b60b4e9b27)) * **quotation:** carry forward communications from opportunity (backport [#57507](https://github.com/frappe/erpnext/issues/57507)) ([#57508](https://github.com/frappe/erpnext/issues/57508)) ([ceb6778](https://github.com/frappe/erpnext/commit/ceb677844f30ebcb4c340b8d7c00d7c95ce6eea5)) * rebalance batch slot values at the pooled rate when driven negative ([4808202](https://github.com/frappe/erpnext/commit/48082020e8fd020b3b274e38c595dfc4263a3c4d)) * recalculate operating cost on hour rate change in routing ([4fe91bd](https://github.com/frappe/erpnext/commit/4fe91bd8b82a7c99032a9ac3ff7fec6b37c8c437)) * rename misleading filter labels in AR/AP reports ([60b4e60](https://github.com/frappe/erpnext/commit/60b4e6053d7bba89c577325ea693c57d07c088e7)) * resolve backport conflict in stock ageing test imports ([a2ace9d](https://github.com/frappe/erpnext/commit/a2ace9d39428cc88f74ae7ecc0ea8312d586ff3d)) * respect child warehouse account override in Stock and Account Value Comparison ([#57552](https://github.com/frappe/erpnext/issues/57552)) ([20b6dd3](https://github.com/frappe/erpnext/commit/20b6dd3d0f59ec09a250312239f41b2489b69549)) * respect selected BOM when creating work order for variant item ([#57359](https://github.com/frappe/erpnext/issues/57359)) ([c5235af](https://github.com/frappe/erpnext/commit/c5235af6bf47ceb1be983cf8c02330b714954b60)) * respect user permissions in party dashboard company list ([348555b](https://github.com/frappe/erpnext/commit/348555b127cb1f4afb6095c0fbc216630fb56c6d)), closes [frappe/erpnext#57428](https://github.com/frappe/erpnext/issues/57428) * restore Save button on reverse journal entry ([d937385](https://github.com/frappe/erpnext/commit/d9373850ade992fe4f84322122f605760c37cb58)) * seed cancelled voucher replay from before its posting datetime ([1ff297e](https://github.com/frappe/erpnext/commit/1ff297e9da87ec633ea5b621eac215be5b008b03)) * **stock:** narrow legacy serial ledger lookup by item (backport [#57499](https://github.com/frappe/erpnext/issues/57499)) ([#57505](https://github.com/frappe/erpnext/issues/57505)) ([c70cf8e](https://github.com/frappe/erpnext/commit/c70cf8e554601d6636155ec749ee5371aeb728c1)) * stop storing "{supplier_name}" / "{customer_name}" as the document title ([d96999d](https://github.com/frappe/erpnext/commit/d96999de7f992ae41c54d2c472c44d99638d7115)) * **subcontracting:** release raw-material reservation when closing a subcontracting order ([d970627](https://github.com/frappe/erpnext/commit/d9706271ff32d8082e0deacbd045f8716865f06d)) * **tnc:** `get_terms_and_conditions` render_template with `safe_exec` (backport [#56944](https://github.com/frappe/erpnext/issues/56944)) (backport [#56977](https://github.com/frappe/erpnext/issues/56977)) ([#57106](https://github.com/frappe/erpnext/issues/57106)) ([1d60ab4](https://github.com/frappe/erpnext/commit/1d60ab449c7856744d6e947d0fa09f5b63dfe732)) * typeerror in get_batches_by_oldest for mixed batch expiry ([56bd024](https://github.com/frappe/erpnext/commit/56bd024f39385222c41ffa20631c5307b43d50e6)) * update operating cost when propagating workstation hour rate to routing ([#57504](https://github.com/frappe/erpnext/issues/57504)) ([8f68b7e](https://github.com/frappe/erpnext/commit/8f68b7ed205050439cbf1eab3d6cfa520a550c13)) * use company currency instead of global default in report (backport [#56561](https://github.com/frappe/erpnext/issues/56561)) ([0ad0d77](https://github.com/frappe/erpnext/commit/0ad0d7733b3001a67b540d4ac9cd94cb3a93ffb6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a810439bb9c..3dadf48d597 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.118.1" +__version__ = "15.118.2" def get_default_company(user=None):