Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.49.12
Browse files Browse the repository at this point in the history
## [13.49.12](v13.49.11...v13.49.12) (2023-04-11)

### Bug Fixes

* `payment entry is already created` on posawesome. (backport [#34712](#34712)) ([#34753](#34753)) ([b48fca3](b48fca3))
* Allocate tax loss to tax account head on early payment discount ([#34287](#34287)) ([92a26dd](92a26dd))
* asset monthly WDV and DD schedule [v13] ([#34645](#34645)) ([fed43ae](fed43ae))
* BOM Update Cost, when no actual qty ([9725698](9725698))
* bom update log not working for large batch size ([9cf30d7](9cf30d7))
* don't include cancelled JVs in assdeprledger report ([#34737](#34737)) ([3007ac3](3007ac3))
* enclose ternary operator in parentheses ([198830a](198830a))
* filter out old allocation's cf leaves while fetching leave details ([#34723](#34723)) ([50de045](50de045))
* format currency/float as per number format in work history ([#34545](#34545)) ([892c480](892c480))
* incorrect arg name in asset value adjustment ([545807a](545807a))
* incorrect balance qty in the stock ledger report ([dab1f1a](dab1f1a))
* Item tax validity comparison fixes ([#34784](#34784)) ([71bafab](71bafab))
* lost opportunity report issue ([#34626](#34626)) ([ab06cb4](ab06cb4))
* posting time issue ([f22e777](f22e777))
* provide filter by depreciable assets in fixed asset register ([#34803](#34803)) ([8609bf4](8609bf4))
* serial no with zero quantity issue in stock reco ([46638b1](46638b1))
* Shop by category fixes (backport [#34688](#34688)) ([#34751](#34751)) ([af828e4](af828e4))

### Reverts

* Revert "fix: `payment entry is already created` on posawesome. (#34712)" ([034e35e](034e35e)), closes [#34712](#34712) [#34712](#34712) [#34753](#34753)
* remove frappe.send_message (v13) ([#34820](#34820)) ([77f1322](77f1322)), closes [#34816](#34816)
  • Loading branch information
frappe-bot committed Apr 11, 2023
1 parent 12cbe38 commit c93a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.49.11"
__version__ = "13.49.12"


def get_default_company(user=None):
Expand Down

0 comments on commit c93a5ab

Please sign in to comment.