Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.70.7
Browse files Browse the repository at this point in the history
## [14.70.7](v14.70.6...v14.70.7) (2024-06-19)

### Bug Fixes

* add LCV flag to determine negative expenses ([20b8ee1](20b8ee1))
* allow Auditor to read a Fiscal Year ([b1a911a](b1a911a))
* allow Auditor to select a company ([18b6d50](18b6d50))
* allow Employee role to select Department (backport [#41877](#41877)) ([#41880](#41880)) ([245c6d8](245c6d8))
* migrate lead notes ([8f5278e](8f5278e))
* only show user and date if available ([598c581](598c581))
* parameters for PI references ([d484553](d484553))
* regional overide for updating item valution ([6441bc7](6441bc7))
* reposting validation related PCV ([bcfc83d](bcfc83d))
* reset perpetual inventory flag after test ([eae5f27](eae5f27))
  • Loading branch information
frappe-bot committed Jun 19, 2024
1 parent 8902895 commit 5ae9ec2
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.70.6"
__version__ = "14.70.7"


def get_default_company(user=None):
Expand Down

0 comments on commit 5ae9ec2

Please sign in to comment.