Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.38.3
Browse files Browse the repository at this point in the history
## [15.38.3](v15.38.2...v15.38.3) (2024-10-16)

### Bug Fixes

* added parentheses for correct query formation for logical OR condition ([21a7dd4](21a7dd4))
* added string for translation in bank reconciliation statement ([e10a580](e10a580))
* conversion factor issue (backport [#43645](#43645)) ([#43674](#43674)) ([b2deb89](b2deb89))
* delete invalid pricing rule on change of applicable_for ([5d6fc71](5d6fc71))
* don't update reference to SI / PI on advances ([b72906a](b72906a))
* ignore free item when qty is zero ([e5aaa5b](e5aaa5b))
* incorrect warehouse in the serial no selector for rejection (backport [#43671](#43671)) ([#43673](#43673)) ([c490a66](c490a66))
* Link opportunity from RFQ to supplier quotation ([eb1f125](eb1f125))
* missing child company accounts in consolidated balance sheet ([4db12fe](4db12fe))
* quotation to so frappe crm (backport [#43644](#43644)) ([#43646](#43646)) ([f3ceb4a](f3ceb4a))
* refetch items from BOM if 'Use Multi-Level BOM' has changed usin… (backport [#43672](#43672)) ([#43676](#43676)) ([492ba53](492ba53))
* removed unused query ([8668ae9](8668ae9))
* run gl_entries and closing voucher processes in same function ([ea12897](ea12897))
* show incorrect entries filter in Stock Ledger Invariant Check report (backport [#43619](#43619)) ([#43622](#43622)) ([d604b12](d604b12))
* **stock:** Grab posting date/time from SABB (backport [#43493](#43493)) ([#43502](#43502)) ([cd9f949](cd9f949))
* update formatings ([c2c6d27](c2c6d27))
* update formatings ([a70181e](a70181e))
* update item details with actual quantity. ([930e79c](930e79c))
* Use `ref_doc.get()` for `party_account_currency` ([928b6b1](928b6b1))
* zero incoming rate for delivery note return ([#43642](#43642)) ([85088e4](85088e4))
  • Loading branch information
frappe-bot committed Oct 16, 2024
1 parent e05ae14 commit 99ead94
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 @@
import frappe
from frappe.utils.user import is_website_user

__version__ = "15.38.2"
__version__ = "15.38.3"


def get_default_company(user=None):
Expand Down

0 comments on commit 99ead94

Please sign in to comment.