mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
chore(release): Bumped to Version 14.76.0
# [14.76.0](https://github.com/frappe/erpnext/compare/v14.75.2...v14.76.0) (2024-11-13) ### Bug Fixes * Drop Shipping address based on customer shopping address ([ea38a1f](ea38a1f36a)) * exception on register reports when filtered on cost center ([599581e](599581e09d)) * NoneType while updating ordered_qty in SO for removed items ([1446aa3](1446aa3636)) * populate payment schedule from payment terms (backport [#44082](https://github.com/frappe/erpnext/issues/44082)) ([#44084](https://github.com/frappe/erpnext/issues/44084)) ([6b149f5](6b149f5ddf)) * subcontracting receipt has no reference field for purchase order ([b1e205f](b1e205f4d1)) * task path (backport [#44073](https://github.com/frappe/erpnext/issues/44073)) ([#44077](https://github.com/frappe/erpnext/issues/44077)) ([c12d5f6](c12d5f613a)) * tyeerror while saving pick list ([d73cc83](d73cc83b91)) * update per_billed value in Purchase Receipt while creating Debit Note ([#43977](https://github.com/frappe/erpnext/issues/43977)) ([da6c6dc](da6c6dcfcb)) ### Features * Partly billed status in Purchase Receipt ([#39543](https://github.com/frappe/erpnext/issues/39543)) ([3e2fa16](3e2fa16d84))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.75.2"
|
||||
__version__ = "14.76.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user