Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.80.0
Browse files Browse the repository at this point in the history
# [14.80.0](v14.79.0...v14.80.0) (2025-01-22)

### Bug Fixes

* do not reset picked items ([fe5de30](fe5de30))
* include pos invoice in modifing key for returned item validation ([431fa22](431fa22))
* pos search by term items price (backport [#45006](#45006)) ([#45102](#45102)) ([524a8d7](524a8d7))
* **Project:** re-phrase welcome email ([#45175](#45175)) ([77e92b3](77e92b3))
* round off tax withholding amount ([#45271](#45271)) ([667e659](667e659))
* update query ([49e3865](49e3865))
* validate linked sales person ([f9420db](f9420db))

### Features

* add difference_posting_date field ([1753509](1753509))
* use difference_posting_date for journal entry posting_date ([0fdd681](0fdd681))

### Reverts

* avoid change to translatable string ([20bb151](20bb151))
  • Loading branch information
frappe-bot committed Jan 22, 2025
1 parent ad960c1 commit a22d3b9
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.79.0"
__version__ = "14.80.0"


def get_default_company(user=None):
Expand Down

0 comments on commit a22d3b9

Please sign in to comment.