mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
chore(release): Bumped to Version 15.38.3
## [15.38.3](https://github.com/frappe/erpnext/compare/v15.38.2...v15.38.3) (2024-10-16) ### Bug Fixes * added parentheses for correct query formation for logical OR condition ([21a7dd4](21a7dd43a9)) * added string for translation in bank reconciliation statement ([e10a580](e10a58074f)) * conversion factor issue (backport [#43645](https://github.com/frappe/erpnext/issues/43645)) ([#43674](https://github.com/frappe/erpnext/issues/43674)) ([b2deb89](b2deb89826)) * delete invalid pricing rule on change of applicable_for ([5d6fc71](5d6fc71556)) * don't update reference to SI / PI on advances ([b72906a](b72906a7a1)) * ignore free item when qty is zero ([e5aaa5b](e5aaa5b6e5)) * incorrect warehouse in the serial no selector for rejection (backport [#43671](https://github.com/frappe/erpnext/issues/43671)) ([#43673](https://github.com/frappe/erpnext/issues/43673)) ([c490a66](c490a66540)) * Link opportunity from RFQ to supplier quotation ([eb1f125](eb1f1255eb)) * missing child company accounts in consolidated balance sheet ([4db12fe](4db12fe2da)) * quotation to so frappe crm (backport [#43644](https://github.com/frappe/erpnext/issues/43644)) ([#43646](https://github.com/frappe/erpnext/issues/43646)) ([f3ceb4a](f3ceb4ac7d)) * refetch items from BOM if 'Use Multi-Level BOM' has changed usin… (backport [#43672](https://github.com/frappe/erpnext/issues/43672)) ([#43676](https://github.com/frappe/erpnext/issues/43676)) ([492ba53](492ba539e8)) * removed unused query ([8668ae9](8668ae92d8)) * run gl_entries and closing voucher processes in same function ([ea12897](ea12897ce9)) * show incorrect entries filter in Stock Ledger Invariant Check report (backport [#43619](https://github.com/frappe/erpnext/issues/43619)) ([#43622](https://github.com/frappe/erpnext/issues/43622)) ([d604b12](d604b12d51)) * **stock:** Grab posting date/time from SABB (backport [#43493](https://github.com/frappe/erpnext/issues/43493)) ([#43502](https://github.com/frappe/erpnext/issues/43502)) ([cd9f949](cd9f949b12)) * update formatings ([c2c6d27](c2c6d27625)) * update formatings ([a70181e](a70181e025)) * update item details with actual quantity. ([930e79c](930e79c351)) * Use `ref_doc.get()` for `party_account_currency` ([928b6b1](928b6b1510)) * zero incoming rate for delivery note return ([#43642](https://github.com/frappe/erpnext/issues/43642)) ([85088e4](85088e4aff))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.38.2"
|
||||
__version__ = "15.38.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user