mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
chore(release): Bumped to Version 14.74.6
## [14.74.6](https://github.com/frappe/erpnext/compare/v14.74.5...v14.74.6) (2024-10-16) ### Bug Fixes * added parentheses for correct query formation for logical OR condition ([0f738de](0f738de5e5)) * added string for translation in bank reconciliation statement ([32f6eb7](32f6eb7ee7)) * conversion factor issue (backport [#43645](https://github.com/frappe/erpnext/issues/43645)) ([#43675](https://github.com/frappe/erpnext/issues/43675)) ([1262c32](1262c322d1)) * delete invalid pricing rule on change of applicable_for ([c7c2bdd](c7c2bdd159)) * ignore free item when qty is zero ([ae47fb9](ae47fb9617)) * missing child company accounts in consolidated balance sheet ([bb774ce](bb774cec58)) * removed unused query ([dcbfd4a](dcbfd4ae1d)) * run gl_entries and closing voucher processes in same function ([59c314c](59c314c98a)) * update formatings ([a8ad608](a8ad608fd8)) * update formatings ([699b098](699b09846a)) * update item details with actual quantity. ([c520a7c](c520a7c6c1)) * Use `ref_doc.get()` for `party_account_currency` ([01d6c10](01d6c1081b)) * validation for corrective job card (backport [#43555](https://github.com/frappe/erpnext/issues/43555)) (backport [#43558](https://github.com/frappe/erpnext/issues/43558)) ([#43628](https://github.com/frappe/erpnext/issues/43628)) ([1f09975](1f099752d2)) * zero incoming rate for delivery note return ([#43642](https://github.com/frappe/erpnext/issues/43642)) ([7eac9cc](7eac9cc1db))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.74.5"
|
||||
__version__ = "14.74.6"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user