mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
chore(release): Bumped to Version 14.67.2
## [14.67.2](https://github.com/frappe/erpnext/compare/v14.67.1...v14.67.2) (2024-04-17) ### Bug Fixes * barcode not fetched on selection of item (backport [#40814](https://github.com/frappe/erpnext/issues/40814)) ([#41027](https://github.com/frappe/erpnext/issues/41027)) ([0bee921](0bee921d40)) * Delayed Order Report not working (backport [#41037](https://github.com/frappe/erpnext/issues/41037)) ([#41038](https://github.com/frappe/erpnext/issues/41038)) ([e956dbb](e956dbbf68)) * Don't call get_fiscal_year if setup is not done yet ([59cea9f](59cea9f4dd)) * Don't set delivery date as today while making SO from Quotation ([b47e224](b47e224a1c)) * exclude some query builder lines from ruff rules ([2425119](2425119b5e)) * expense account set as COGS for stock entry Material Issue (backport [#41026](https://github.com/frappe/erpnext/issues/41026)) ([#41028](https://github.com/frappe/erpnext/issues/41028)) ([153e0ba](153e0ba81b)) * get address if multiple companies ([c2b6b64](c2b6b64e2e)) * get address if multiple companies ([0493872](04938726d9)) * **gp:** SLEs not fetched for correct warehouse ([97e7b3f](97e7b3f3d3)) * incorrect exc gain/loss for PE against JE for payable accounts ([50a74ee](50a74ee7fe)) * Resolve merge conflicts ([cc925ae](cc925ae938)) * Subcontracting Receipt GL Entries (backport [#40773](https://github.com/frappe/erpnext/issues/40773)) ([#40978](https://github.com/frappe/erpnext/issues/40978)) ([c2c4548](c2c4548cc0)) * test cases ([79e23da](79e23dad2c)) * **treewide:** manual ruff fixes ([b087fb3](b087fb3d54)) * use 'eq' and isnull() on qb conditions ([b4ed2d2](b4ed2d2c16))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.67.1"
|
||||
__version__ = "14.67.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user