Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.6
Browse files Browse the repository at this point in the history
## [14.74.6](v14.74.5...v14.74.6) (2024-10-16)

### Bug Fixes

* added parentheses for correct query formation for logical OR condition ([0f738de](0f738de))
* added string for translation in bank reconciliation statement ([32f6eb7](32f6eb7))
* conversion factor issue (backport [#43645](#43645)) ([#43675](#43675)) ([1262c32](1262c32))
* delete invalid pricing rule on change of applicable_for ([c7c2bdd](c7c2bdd))
* ignore free item when qty is zero ([ae47fb9](ae47fb9))
* missing child company accounts in consolidated balance sheet ([bb774ce](bb774ce))
* removed unused query ([dcbfd4a](dcbfd4a))
* run gl_entries and closing voucher processes in same function ([59c314c](59c314c))
* update formatings ([a8ad608](a8ad608))
* update formatings ([699b098](699b098))
* update item details with actual quantity. ([c520a7c](c520a7c))
* Use `ref_doc.get()` for `party_account_currency` ([01d6c10](01d6c10))
* validation for corrective job card (backport [#43555](#43555)) (backport [#43558](#43558)) ([#43628](#43628)) ([1f09975](1f09975))
* zero incoming rate for delivery note return ([#43642](#43642)) ([7eac9cc](7eac9cc))
  • Loading branch information
frappe-bot committed Oct 16, 2024
1 parent 9106c2f commit e401ad5
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__ = "14.74.5"
__version__ = "14.74.6"


def get_default_company(user=None):
Expand Down

0 comments on commit e401ad5

Please sign in to comment.