From 1d6917f340448c0e4c9a9b9625749f664ae8248a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 25 Apr 2023 16:57:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.14 ## [13.49.14](https://github.com/frappe/erpnext/compare/v13.49.13...v13.49.14) (2023-04-25) ### Bug Fixes * `PermissionError` in Work Order ([5680045](https://github.com/frappe/erpnext/commit/5680045f2b6a9042ea91ab7099fe6135e3a65883)) * Advance payment against payment terms ([#34872](https://github.com/frappe/erpnext/issues/34872)) ([d215a85](https://github.com/frappe/erpnext/commit/d215a857477d26d82b1423f9a9cc07e9ffa6385d)) * internal Purchase Receipt GL Entries ([b73422e](https://github.com/frappe/erpnext/commit/b73422e4eef790334e22234f0875f4e18f695cf8)) * Payment entry with TDS in bank reco statement ([#34961](https://github.com/frappe/erpnext/issues/34961)) ([5f28b1d](https://github.com/frappe/erpnext/commit/5f28b1d3305d59478c78d91f6b23eb7f715de38e)) * Payment Request flow fixes from Order to Payment Entry ([#33350](https://github.com/frappe/erpnext/issues/33350)) ([d5a80b5](https://github.com/frappe/erpnext/commit/d5a80b56153e1de256d414eb3926c782aa9b7137)) * SLA permissions ([#34981](https://github.com/frappe/erpnext/issues/34981)) ([c1187be](https://github.com/frappe/erpnext/commit/c1187bed26f227764c3de5b8b87792109580bf35)) * **test:** `test_backdated_stock_reco_cancellation_future_negative_stock` ([d010b04](https://github.com/frappe/erpnext/commit/d010b048dc73251742b5cecd4fa4611e0077f7ea)) * Unable to allocate advance against invoice ([#35007](https://github.com/frappe/erpnext/issues/35007)) ([61a3121](https://github.com/frappe/erpnext/commit/61a3121172d3a186bd6425d70e3c6decc9403857)) * use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (backport [#35031](https://github.com/frappe/erpnext/issues/35031)) ([#35036](https://github.com/frappe/erpnext/issues/35036)) ([be2095a](https://github.com/frappe/erpnext/commit/be2095ad03d0e2ee8ed24eb2d0a6f10b442911af)) * validation for internal transfer entry ([91b5a33](https://github.com/frappe/erpnext/commit/91b5a335648c3992ab9de3f2df46cf9649d8cca2)) * value of depreciable assets not updating after manual depr entry [v14] (backport [#35010](https://github.com/frappe/erpnext/issues/35010)) ([#35029](https://github.com/frappe/erpnext/issues/35029)) ([9087ac0](https://github.com/frappe/erpnext/commit/9087ac08290c2641afb60586d1552d15544f0a62)) * wrong qty of remaining work orders to be created when using "Create" > "Work Order" ([#34726](https://github.com/frappe/erpnext/issues/34726)) ([189b020](https://github.com/frappe/erpnext/commit/189b020d228bdb1c0c589697162cf91718b2fa27)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 261f962edcd..80758121e1e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.13" +__version__ = "13.49.14" def get_default_company(user=None):