Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.70.8
Browse files Browse the repository at this point in the history
## [14.70.8](v14.70.7...v14.70.8) (2024-07-03)

### Bug Fixes

* always post to tax account heads if LCV is booked ([650b25f](650b25f))
* asset value correction in fixed asset register ([#41943](#41943)) ([a2ee463](a2ee463))
* consistent query field name in item wise purchase register with item wise sales register ([9665212](9665212))
* **Delivery Note:** only show permitted actions ([0aa246c](0aa246c))
* dynamic_link for party in customer and supplier dashboard ([6de7a8d](6de7a8d))
* incorrect against_account upon reposting ([6028a19](6028a19))
* Re-open allows SO's to be over credit limit ([952a7b4](952a7b4))
* **Sales Order:** only show permitted actions ([5468a3b](5468a3b))
* timeout while cancelling LCV ([#42030](#42030)) ([21bf7fd](21bf7fd))
  • Loading branch information
frappe-bot committed Jul 3, 2024
1 parent 97e4495 commit f2d113d
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.7"
__version__ = "14.70.8"


def get_default_company(user=None):
Expand Down

0 comments on commit f2d113d

Please sign in to comment.