mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
chore(release): Bumped to Version 14.80.0
# [14.80.0](https://github.com/frappe/erpnext/compare/v14.79.0...v14.80.0) (2025-01-22) ### Bug Fixes * do not reset picked items ([fe5de30](fe5de30256)) * include pos invoice in modifing key for returned item validation ([431fa22](431fa225e3)) * pos search by term items price (backport [#45006](https://github.com/frappe/erpnext/issues/45006)) ([#45102](https://github.com/frappe/erpnext/issues/45102)) ([524a8d7](524a8d77f7)) * **Project:** re-phrase welcome email ([#45175](https://github.com/frappe/erpnext/issues/45175)) ([77e92b3](77e92b38eb)) * round off tax withholding amount ([#45271](https://github.com/frappe/erpnext/issues/45271)) ([667e659](667e659e3f)) * update query ([49e3865](49e3865265)) * validate linked sales person ([f9420db](f9420db3ca)) ### Features * add difference_posting_date field ([1753509](17535095e2)) * use difference_posting_date for journal entry posting_date ([0fdd681](0fdd6817a6)) ### Reverts * avoid change to translatable string ([20bb151](20bb15167d))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.79.0"
|
||||
__version__ = "14.80.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user