From 0da6237d222e162820e42eaf33878afb842b0e5f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Mar 2023 18:17:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.9 ## [13.49.9](https://github.com/frappe/erpnext/compare/v13.49.8...v13.49.9) (2023-03-28) ### Bug Fixes * `Blanket Order` (backport [#34279](https://github.com/frappe/erpnext/issues/34279)) ([#34548](https://github.com/frappe/erpnext/issues/34548)) ([8ddbac5](https://github.com/frappe/erpnext/commit/8ddbac515882469ed1ec19124e39f656c6581311)) * **client:** Amount calculation for 0 qty debit notes ([#34455](https://github.com/frappe/erpnext/issues/34455)) ([19dda80](https://github.com/frappe/erpnext/commit/19dda807d1a63034dfc217a5adfee7af6580cf18)) * exchange gain/loss GL's should be removed if advance is cancelled ([#34529](https://github.com/frappe/erpnext/issues/34529)) ([00518eb](https://github.com/frappe/erpnext/commit/00518eb384df35d331633c3860931152fc666734)) * german translations ([#34312](https://github.com/frappe/erpnext/issues/34312)) ([661030a](https://github.com/frappe/erpnext/commit/661030aba1a6847b37ac2a7d8ff73f092f697fc1)) * incorrect `Opening Value` in `Stock Balance` report (backport [#34461](https://github.com/frappe/erpnext/issues/34461)) ([#34622](https://github.com/frappe/erpnext/issues/34622)) ([e53a96a](https://github.com/frappe/erpnext/commit/e53a96ae1d87229fcd6fcaf5ccfb6040e1a14095)) * incorrect depr schedules after asset repair [v13] ([#34520](https://github.com/frappe/erpnext/issues/34520)) ([ae88ba5](https://github.com/frappe/erpnext/commit/ae88ba5d18dfbf6ff68518be5a66f445d7799f15)) * Overallocation of 'qty' from Cr Notes to Parent Invoice ([d2a1acc](https://github.com/frappe/erpnext/commit/d2a1acc2e2662eb7e96df7058f521a00ec2bd654)) * Party Name in SOA print when viewed from Customer/Supplier master ([#34597](https://github.com/frappe/erpnext/issues/34597)) ([4bdea43](https://github.com/frappe/erpnext/commit/4bdea436e35ee4c2ea7f8a7aae33e3ca49d4e303)) * Percentage billing in Sales Order ([#34606](https://github.com/frappe/erpnext/issues/34606)) ([3aab6e6](https://github.com/frappe/erpnext/commit/3aab6e6fa8c241770c78763d0b0db1ed4e1c9f33)) * recalculate WDV rate after asset repair [v13] ([#34567](https://github.com/frappe/erpnext/issues/34567)) ([c8bde39](https://github.com/frappe/erpnext/commit/c8bde399e5a18aec34daa002cc708087adcd8325)) * Search field not working for customer, supplier ([#32693](https://github.com/frappe/erpnext/issues/32693)) ([dbe289e](https://github.com/frappe/erpnext/commit/dbe289e734fd13709bd6b1c8963d604b070e116c)) * unset address and contact on trash (backport [#34495](https://github.com/frappe/erpnext/issues/34495)) ([#34561](https://github.com/frappe/erpnext/issues/34561)) ([7f83d15](https://github.com/frappe/erpnext/commit/7f83d15bda8c8df80ff3f3648af46c6e45e48b01)) * valuation rate issue while making stock entry from PO ([3574d49](https://github.com/frappe/erpnext/commit/3574d490dbf2b3e71722e60a73a50d8af371a2d1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d797580c0cf..b5acc8028db 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.8" +__version__ = "13.49.9" def get_default_company(user=None):