mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
chore(release): Bumped to Version 14.70.10
## [14.70.10](https://github.com/frappe/erpnext/compare/v14.70.9...v14.70.10) (2024-07-10) ### Bug Fixes * add missing german translations ([d5c1c62](d5c1c62622)) * empty item-wise sales/purchase register reports on initial load ([13895fa](13895fa060)) * fetch expence account from asset category ([4d6a71a](4d6a71ab4b)) * group by in item-wise purchase register ([62ad466](62ad466a3b)) * **Holiday List:** sort holidays on save to avoid disorienting the user (backport [#42236](https://github.com/frappe/erpnext/issues/42236)) ([#42251](https://github.com/frappe/erpnext/issues/42251)) ([fcf6500](fcf6500144)) * manual pick allow to pick more than available stock (backport [#42155](https://github.com/frappe/erpnext/issues/42155)) ([#42158](https://github.com/frappe/erpnext/issues/42158)) ([454e147](454e147592)) * multiple free items on same Item Group ([701dd9e](701dd9e19b)) * removed max discount validation for sales return ([4195c50](4195c50f02)) * stock qty validation in SCR (backport [#42124](https://github.com/frappe/erpnext/issues/42124)) ([#42224](https://github.com/frappe/erpnext/issues/42224)) ([e2f8e02](e2f8e02c73)) * tax on stock_rbnb on repost of Purchase Receipt ([106c154](106c154a16)) * **tds:** use doctype reference when mapping keys across multiple doctypes ([51cbbee](51cbbee4ca)) * updated logic for calculating tax_withholding_net_total in payment entry ([49e5066](49e50662b6)) * use standard method to get `_doc_before_save` ([9fde733](9fde7330e0))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.70.9"
|
||||
__version__ = "14.70.10"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user