From 0ec34e5880cdcce96c03d8cf11913d1beab35f9c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 7 Mar 2023 10:43:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.2 ## [13.49.2](https://github.com/frappe/erpnext/compare/v13.49.1...v13.49.2) (2023-03-07) ### Bug Fixes * `rejected_serial_no` not getting copied from PR to PR(Return) ([bb55210](https://github.com/frappe/erpnext/commit/bb55210f492d5291a107f335b79888f82b80828c)) * `Serial No is mandatory` even if the `qty` is `0` ([9bea2fc](https://github.com/frappe/erpnext/commit/9bea2fcdfc71608f6fd02209e39359951403b6d8)) * Default sales team not getting set ([#34284](https://github.com/frappe/erpnext/issues/34284)) ([65c0189](https://github.com/frappe/erpnext/commit/65c0189c4dd8822e5c6a3f169058db5b18aceb74)) * **minor:** Dirty the form after clicking on Get advances button in Invoices ([#34323](https://github.com/frappe/erpnext/issues/34323)) ([3a1475a](https://github.com/frappe/erpnext/commit/3a1475a90b29ffd52f5fe47c3d21f3e0ae93afe5)) * **test:** check for batch_no in returned dict ([8c5322c](https://github.com/frappe/erpnext/commit/8c5322c1cb6659149fcd1db0e48f6cff1250d27f)) * UI freeze while selecting batched items in sales invoice ([82a8f2b](https://github.com/frappe/erpnext/commit/82a8f2b1b206b32776fd2eed2e1fcd413c7dc0f5)) * Wrap unexpectedly long text in remark ([ba66a67](https://github.com/frappe/erpnext/commit/ba66a6714c495f9d70dad79344342779c8011c6e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c57b8076fad..a053978c6eb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.1" +__version__ = "13.49.2" def get_default_company(user=None):