From f78df8dccb0176b356429cc8d763d7acea73a73e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 Apr 2024 10:32:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.19.0 # [15.19.0](https://github.com/frappe/erpnext/compare/v15.18.3...v15.19.0) (2024-04-03) ### Bug Fixes * added validation if parent id is missing in BOM Creator ([87ce9d8](https://github.com/frappe/erpnext/commit/87ce9d834f05c3e6bf471e6644e4f04ef3828a30)) * barcode not fetched on selection of item ([2b1b51b](https://github.com/frappe/erpnext/commit/2b1b51b5bb3a42bc808d4f035ada9e9475ca1ed7)) * button to select serial / batch bundle in the subcontracting receipt ([d2a6509](https://github.com/frappe/erpnext/commit/d2a6509950af39fedd2a7e70fcad4be26b460e1e)) * cost center shouldn't update debit/credit in Exc gain/loss JV ([71704be](https://github.com/frappe/erpnext/commit/71704beb6f9e15474d5579ccb8cd1d06d7d89f5d)) * do not fetch received items in purchase receipt ([3761e74](https://github.com/frappe/erpnext/commit/3761e74436727fc54376669784940a470b16c351)) * enable list view for the issues on the portal ([b089eda](https://github.com/frappe/erpnext/commit/b089eda8bfbd312a6274107853d32105fc4614f4)) * markdown to text editor set for supplier quotation ([5fb6428](https://github.com/frappe/erpnext/commit/5fb642831c67f3cead934913c6aa135f37c86e24)) * payment_order_status should be no_copy ([2dd697e](https://github.com/frappe/erpnext/commit/2dd697ee7702cc76d9d67ea7786cc0474ec65860)) * Priority not copied from project template ([a3a6bf6](https://github.com/frappe/erpnext/commit/a3a6bf6ae1776669f4b87c814e28cdb48cd29dc4)) * rate changed on changing of the qty ([41b3a59](https://github.com/frappe/erpnext/commit/41b3a59aae49646f0822b92eec738098cc89b69f)) * sales / prchase return validation issue ([7a21997](https://github.com/frappe/erpnext/commit/7a21997701b37ad83540289c22e518e210ab72b9)) * show future payments allocated sales returns is considered as payment ([0561d0a](https://github.com/frappe/erpnext/commit/0561d0a81c646253d4fd165b39906019027d3e87)) * Show Stock Ageing Data filter not working in stock balance report ([2185a29](https://github.com/frappe/erpnext/commit/2185a2955535f3b00f2629ada1b63e6fcfa2ebea)) * Warehouse linked company name in multicompany setup (backport [#40779](https://github.com/frappe/erpnext/issues/40779)) ([#40781](https://github.com/frappe/erpnext/issues/40781)) ([33b6244](https://github.com/frappe/erpnext/commit/33b6244ae66d59b97f2c4b1d889044b2146ac1e9)) ### Features * allow to pick manually qty / batches / serial nos ([5ea11af](https://github.com/frappe/erpnext/commit/5ea11af36b5f5f3e0ada7ecc94800683e053abf1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 548d5a823d7..a5a30833f53 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.18.3" +__version__ = "15.19.0" def get_default_company(user=None):