Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.67.2
Browse files Browse the repository at this point in the history
## [14.67.2](v14.67.1...v14.67.2) (2024-04-17)

### Bug Fixes

* barcode not fetched on selection of item (backport [#40814](#40814)) ([#41027](#41027)) ([0bee921](0bee921))
* Delayed Order Report not working (backport [#41037](#41037)) ([#41038](#41038)) ([e956dbb](e956dbb))
* Don't call get_fiscal_year if setup is not done yet ([59cea9f](59cea9f))
* Don't set delivery date as today while making SO from Quotation ([b47e224](b47e224))
* exclude some query builder lines from ruff rules ([2425119](2425119))
* expense account set as COGS for stock entry Material Issue (backport [#41026](#41026)) ([#41028](#41028)) ([153e0ba](153e0ba))
* get address if multiple companies ([c2b6b64](c2b6b64))
* get address if multiple companies ([0493872](0493872))
* **gp:** SLEs not fetched for correct warehouse ([97e7b3f](97e7b3f))
* incorrect exc gain/loss for PE against JE for payable accounts ([50a74ee](50a74ee))
* Resolve merge conflicts ([cc925ae](cc925ae))
* Subcontracting Receipt GL Entries (backport [#40773](#40773)) ([#40978](#40978)) ([c2c4548](c2c4548))
* test cases ([79e23da](79e23da))
* **treewide:** manual ruff fixes ([b087fb3](b087fb3))
* use 'eq' and isnull() on qb conditions ([b4ed2d2](b4ed2d2))
  • Loading branch information
frappe-bot committed Apr 17, 2024
1 parent cd70c6c commit 84789b7
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.67.1"
__version__ = "14.67.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 84789b7

Please sign in to comment.