From c93a5ab8f006d0bd8795abc43eab5ac9ee436a2d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Apr 2023 11:41:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.12 ## [13.49.12](https://github.com/frappe/erpnext/compare/v13.49.11...v13.49.12) (2023-04-11) ### Bug Fixes * `payment entry is already created` on posawesome. (backport [#34712](https://github.com/frappe/erpnext/issues/34712)) ([#34753](https://github.com/frappe/erpnext/issues/34753)) ([b48fca3](https://github.com/frappe/erpnext/commit/b48fca3e5ae12a31aa5c06bc3b1bdcb714100a80)) * Allocate tax loss to tax account head on early payment discount ([#34287](https://github.com/frappe/erpnext/issues/34287)) ([92a26dd](https://github.com/frappe/erpnext/commit/92a26dda3c900a8286c7c11f5219b93e54128d95)) * asset monthly WDV and DD schedule [v13] ([#34645](https://github.com/frappe/erpnext/issues/34645)) ([fed43ae](https://github.com/frappe/erpnext/commit/fed43aeb85bc3f6252cdf061196fa358ebce755d)) * BOM Update Cost, when no actual qty ([9725698](https://github.com/frappe/erpnext/commit/9725698b7944fafd9fac57f05248655a94270430)) * bom update log not working for large batch size ([9cf30d7](https://github.com/frappe/erpnext/commit/9cf30d7621d0a68bce39314f4555aa26ecd95842)) * don't include cancelled JVs in assdeprledger report ([#34737](https://github.com/frappe/erpnext/issues/34737)) ([3007ac3](https://github.com/frappe/erpnext/commit/3007ac3c2035c1e6e25454ca15fa157898e8a82f)) * enclose ternary operator in parentheses ([198830a](https://github.com/frappe/erpnext/commit/198830a6c80463554d5fb2e7d4e4455c1d0cc612)) * filter out old allocation's cf leaves while fetching leave details ([#34723](https://github.com/frappe/erpnext/issues/34723)) ([50de045](https://github.com/frappe/erpnext/commit/50de0452478492924284690a29ea117980946d15)) * format currency/float as per number format in work history ([#34545](https://github.com/frappe/erpnext/issues/34545)) ([892c480](https://github.com/frappe/erpnext/commit/892c480408f631f73f636a00423412db667e0f73)) * incorrect arg name in asset value adjustment ([545807a](https://github.com/frappe/erpnext/commit/545807a91ed968e98150741d694b180ee9017aba)) * incorrect balance qty in the stock ledger report ([dab1f1a](https://github.com/frappe/erpnext/commit/dab1f1a0d095677fc639b0f2a45cd96ceadcf71d)) * Item tax validity comparison fixes ([#34784](https://github.com/frappe/erpnext/issues/34784)) ([71bafab](https://github.com/frappe/erpnext/commit/71bafab41b34d4df2b374bf29ee02fe12346875f)) * lost opportunity report issue ([#34626](https://github.com/frappe/erpnext/issues/34626)) ([ab06cb4](https://github.com/frappe/erpnext/commit/ab06cb42a3169bfeae6d39d2799283e7305ce43d)) * posting time issue ([f22e777](https://github.com/frappe/erpnext/commit/f22e7775b32999f970369004a18d50079df4e425)) * provide filter by depreciable assets in fixed asset register ([#34803](https://github.com/frappe/erpnext/issues/34803)) ([8609bf4](https://github.com/frappe/erpnext/commit/8609bf4a12ede87fff548145ae734f5d51116795)) * serial no with zero quantity issue in stock reco ([46638b1](https://github.com/frappe/erpnext/commit/46638b19dbf051d580f9bab93e7d20d6851b6b23)) * Shop by category fixes (backport [#34688](https://github.com/frappe/erpnext/issues/34688)) ([#34751](https://github.com/frappe/erpnext/issues/34751)) ([af828e4](https://github.com/frappe/erpnext/commit/af828e455434fe335ccb243cbfd14298c0fe9301)) ### Reverts * Revert "fix: `payment entry is already created` on posawesome. (#34712)" ([034e35e](https://github.com/frappe/erpnext/commit/034e35e7f61c7c052521e4f789a05f546acb5287)), closes [#34712](https://github.com/frappe/erpnext/issues/34712) [#34712](https://github.com/frappe/erpnext/issues/34712) [#34753](https://github.com/frappe/erpnext/issues/34753) * remove frappe.send_message (v13) ([#34820](https://github.com/frappe/erpnext/issues/34820)) ([77f1322](https://github.com/frappe/erpnext/commit/77f13227329b9895751d52fe2ded5d388875dda3)), closes [#34816](https://github.com/frappe/erpnext/issues/34816) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d51035ce022..d66280e65d7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.11" +__version__ = "13.49.12" def get_default_company(user=None):