From 7392f9c6624db295dda6060c52a269cad7c8bc5b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 22 Nov 2023 04:16:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.49.0 # [14.49.0](https://github.com/frappe/erpnext/compare/v14.48.1...v14.49.0) (2023-11-22) ### Bug Fixes * add revaluation journal filter in Payable report ([d0698b3](https://github.com/frappe/erpnext/commit/d0698b32bbde5ac4d4e0e33d3c8ca2f10f0d7cc3)) * attributes were mandatory for manufacturers ([430980a](https://github.com/frappe/erpnext/commit/430980a836611e0d2a738aab1e4a3b73d47481c9)) * duplicate field in `Closing Stock Balance` ([#38105](https://github.com/frappe/erpnext/issues/38105)) ([1f16c47](https://github.com/frappe/erpnext/commit/1f16c47a2c4562bf5c2e7d7b4bafe7604efbb36a)) * incorrect incoming rate for serial and batch items in standalone debit note ([#38121](https://github.com/frappe/erpnext/issues/38121)) ([9a34518](https://github.com/frappe/erpnext/commit/9a34518e543692201c1166c154f91976e6ec989a)) * pass check permission in render_address ([1ccd5e4](https://github.com/frappe/erpnext/commit/1ccd5e4ff55f24aed69484a19cf86bc4304a127d)) * payment entry rounding error ([49735bc](https://github.com/frappe/erpnext/commit/49735bc1204ff3ca349f8dff168666a6cbe7b14d)) * remove ESS role when not mapped to employee (backport [#37867](https://github.com/frappe/erpnext/issues/37867)) ([#38132](https://github.com/frappe/erpnext/issues/38132)) ([bc01007](https://github.com/frappe/erpnext/commit/bc01007c160ee4f0bb987fab77630c441f38a08b)) * round `unreconciled_amount` before asserting ([392ee2e](https://github.com/frappe/erpnext/commit/392ee2e0fdad345429b11f6c126cd13cc244e83b)) * set asset's valuation_rate according to asset quantity (backport [#38254](https://github.com/frappe/erpnext/issues/38254)) ([#38255](https://github.com/frappe/erpnext/issues/38255)) ([00def82](https://github.com/frappe/erpnext/commit/00def82843e09a4683ab3ef2308665919071e9c8)) * set default asset quantity as 1 [v14] ([#38224](https://github.com/frappe/erpnext/issues/38224)) ([3daf6f8](https://github.com/frappe/erpnext/commit/3daf6f822a8c45779eeffc799c7eb2a05b25d7cf)) * show party values when naming by is not naming series ([dd76695](https://github.com/frappe/erpnext/commit/dd76695d3a263f75ae39808a62f14f32afab6f34)) * Supplier Quotation fields ([#37963](https://github.com/frappe/erpnext/issues/37963)) ([883eaee](https://github.com/frappe/erpnext/commit/883eaee0143ae22998a86ab2b9e011b398a677c3)) * test case for rounded total with cash disc ([9b5185a](https://github.com/frappe/erpnext/commit/9b5185adc930d59e9c58246f7c51a403e32c6062)) * **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](https://github.com/frappe/erpnext/issues/38134)) ([#38152](https://github.com/frappe/erpnext/issues/38152)) ([c7c751e](https://github.com/frappe/erpnext/commit/c7c751ecd0d16c568c26ab473df6167f84a9a2f3)) * **Timesheet:** warn user if billing hours > actual hours instead of resetting (backport [#38239](https://github.com/frappe/erpnext/issues/38239)) ([#38240](https://github.com/frappe/erpnext/issues/38240)) ([e08f114](https://github.com/frappe/erpnext/commit/e08f1145c9e220d75720834b28e6351375b2592a)) * update modified timestamp ([2849e0d](https://github.com/frappe/erpnext/commit/2849e0daed1f7690d1c30abf4644736decc9711d)) * valuation rate in report Item Prices ([#38161](https://github.com/frappe/erpnext/issues/38161)) ([a70696e](https://github.com/frappe/erpnext/commit/a70696ea777258cfcf41ccddae9dd0ddba98ce8e)) * wrong round off and rounded total ([296433a](https://github.com/frappe/erpnext/commit/296433a1ddeaa8874d45c05b6c8f649503eeb3cc)) ### Features * add `Supplier Delivery Note` field in SCR (backport [#38127](https://github.com/frappe/erpnext/issues/38127)) ([#38155](https://github.com/frappe/erpnext/issues/38155)) ([8d4a19c](https://github.com/frappe/erpnext/commit/8d4a19cecfd992cf5522c7b976c26b556db2e47b)) * Add accounting dimensions to Supplier Quotation ([51e33e1](https://github.com/frappe/erpnext/commit/51e33e1556302a4f5f006ceac02303c8e18dea6e)) * virtual parent doctype ([8dbf2ce](https://github.com/frappe/erpnext/commit/8dbf2ced797ff8fb9a9ed5ffbbbbdcb4968ef4e7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 34711be4002..8a1f277003d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.48.1" +__version__ = "14.49.0" def get_default_company(user=None):