Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.14.4
Browse files Browse the repository at this point in the history
## [15.14.4](v15.14.3...v15.14.4) (2024-02-21)

### Bug Fixes

* 'NoneType' object is not iterable (backport [#39977](#39977)) ([#39981](#39981)) ([0f87ec1](0f87ec1))
* **Bank Transaction:** precision for `(un)allocated_amount` ([bf5d2f5](bf5d2f5))
* batch filter not working in stock ledger report (backport [#39934](#39934)) ([#39935](#39935)) ([1513595](1513595))
* do not empty serial batch fields (backport [#39948](#39948)) ([#39956](#39956)) ([acd2e93](acd2e93))
* fetch company terms ([14fe0af](14fe0af))
* float division by zero ([b954bdf](b954bdf))
* group node in warehouse filter in Item-wise Sales Register ([74819b8](74819b8))
* **Issue:** create communication ([f5d7fbd](f5d7fbd))
* no need call for company method in sales invoice js ([bef38f7](bef38f7))
* not able to make purchase receipt ([3732946](3732946))
* party item code in Blanket Order ([518b22b](518b22b))
* reposting failed status not updated (backport [#39970](#39970)) ([#39972](#39972)) ([46f7569](46f7569))
* set batch created from bundle to batch field in stock transaction (backport [#39966](#39966)) ([#39987](#39987)) ([2ee51d3](2ee51d3))
* show active bom in the dropdown while making stock entry and MR (backport [#39974](#39974)) ([#39976](#39976)) ([7201448](7201448))
* update_dimension is required and not need party account method ([a56d5b8](a56d5b8))
* use serial batch fields not enabled for new stock entry ([40d4e32](40d4e32))
  • Loading branch information
frappe-bot committed Feb 21, 2024
1 parent 1771103 commit 3d7e871
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 @@ -3,7 +3,7 @@

import frappe

__version__ = "15.14.3"
__version__ = "15.14.4"


def get_default_company(user=None):
Expand Down

0 comments on commit 3d7e871

Please sign in to comment.