chore(release): Bumped to Version 15.65.0
# [15.65.0](https://github.com/frappe/erpnext/compare/v15.64.1...v15.65.0) (2025-06-10) ### Bug Fixes * add .length in list validation ([#47974](https://github.com/frappe/erpnext/issues/47974)) ([66f41d4](66f41d44c4)) * add change log for bug fix in Additional Discount functionality ([f27e591](f27e591d88)) * add draft transactions also in calculated mismatch report ([23b5d2d](23b5d2db2c)) * add user permission while fetching ple ([a2cdd91](a2cdd91a0d)) * **asset:** make purchase date mandatory ([a5e5553](a5e5553520)) * AttributeError due to incorrect object ([43d4e26](43d4e26ac5)) * available qty in BOM Stock Report ([84b2f87](84b2f871ba)) * better description of tab name ([#44697](https://github.com/frappe/erpnext/issues/44697)) ([d05b49b](d05b49b0f8)) * changes in report ([78c6386](78c63869e0)) * changes to report and patch ([5237ff8](5237ff8d94)) * conflicts ([aa29c5d](aa29c5dde2)) * consider expired batches in the stock reco (backport [#47909](https://github.com/frappe/erpnext/issues/47909)) ([#47919](https://github.com/frappe/erpnext/issues/47919)) ([2e78e14](2e78e14c7e)) * consider user permission while populating the data ([617b065](617b0658b8)) * do not create repeat work orders ([795108c](795108c1dd)) * do not remove item which has zero qty and zero valuation ([ef77791](ef77791bd6)) * ensure proper float conversion for discount values ([d24c2c4](d24c2c4cca)) * fetch correct item tax template on item rate update ([#47973](https://github.com/frappe/erpnext/issues/47973)) ([f88e682](f88e68230a)) * fieldtype to Currency for discount amounts ([59dd5fe](59dd5fee26)) * incorrect warehouse in MR ([8156d89](8156d89903)) * key-error for COGS By Item Group report (backport [#47914](https://github.com/frappe/erpnext/issues/47914)) ([#47915](https://github.com/frappe/erpnext/issues/47915)) ([996fb75](996fb7552a)) * patch to set discount percentange in case of mismatch ([039c47e](039c47e3f2)) * pos permission error on strict permission (backport [#47896](https://github.com/frappe/erpnext/issues/47896)) ([#47897](https://github.com/frappe/erpnext/issues/47897)) ([0314a39](0314a39fab)) * Project argument is passed correctly for MR creation ([e98ad4c](e98ad4ce27)) * remove currency col ([35035c2](35035c2a31)) * remove use sales invoice check ([#47908](https://github.com/frappe/erpnext/issues/47908)) ([1b15507](1b1550708d)) * **report:** include descendants when filtering by parent item group ([d21bfa2](d21bfa219d)) * **sales order:** error message on creation of work order from sales order ([129cd7a](129cd7ae8a)) * stock adjustment entry during reposting (backport [#47878](https://github.com/frappe/erpnext/issues/47878)) ([#47883](https://github.com/frappe/erpnext/issues/47883)) ([e5d06f8](e5d06f8c86)) * stock reco qty with inventory dimension (backport [#47918](https://github.com/frappe/erpnext/issues/47918)) ([#47922](https://github.com/frappe/erpnext/issues/47922)) ([6d2c14c](6d2c14c75e)) * test case to verify correct setting of discount amount and percentage ([06ea957](06ea957ae5)) * throw permission error ([#47976](https://github.com/frappe/erpnext/issues/47976)) ([9167d2e](9167d2ef64)) * typo ([8b4824f](8b4824fef5)) * update currency based on transaction ([eaeb18c](eaeb18c651)) * zero division error in purchase receipt ([b99f8fd](b99f8fd021)) ### Features * Add hook to update gl dict by apps ([76c2477](76c2477d23)) * add validation for inter company transactions ([9a47c50](9a47c507c0)) * populate Timer dialog project field from Timesheet parent_project (backport [#47971](https://github.com/frappe/erpnext/issues/47971)) ([#48001](https://github.com/frappe/erpnext/issues/48001)) ([66b0426](66b0426155)) * report to verify discount amount mismatch ([b3eb49d](b3eb49d39d)) ### Performance Improvements * Batch GLE/SLE rename commits (backport [#47950](https://github.com/frappe/erpnext/issues/47950)) ([#47951](https://github.com/frappe/erpnext/issues/47951)) ([f490de9](f490de9285)) ### Reverts * Revert "fix: calculate discount percentage if discount amount is specified (#…" ([5a5449c](5a5449c60c))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.64.1"
|
||||
__version__ = "15.65.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user