Skip to content

Commit dc8bb79

Browse files
committed
chore(release): Bumped to Version 15.65.0
# [15.65.0](v15.64.1...v15.65.0) (2025-06-10) ### Bug Fixes * add .length in list validation ([#47974](#47974)) ([66f41d4](66f41d4)) * add change log for bug fix in Additional Discount functionality ([f27e591](f27e591)) * add draft transactions also in calculated mismatch report ([23b5d2d](23b5d2d)) * add user permission while fetching ple ([a2cdd91](a2cdd91)) * **asset:** make purchase date mandatory ([a5e5553](a5e5553)) * AttributeError due to incorrect object ([43d4e26](43d4e26)) * available qty in BOM Stock Report ([84b2f87](84b2f87)) * better description of tab name ([#44697](#44697)) ([d05b49b](d05b49b)) * changes in report ([78c6386](78c6386)) * changes to report and patch ([5237ff8](5237ff8)) * conflicts ([aa29c5d](aa29c5d)) * consider expired batches in the stock reco (backport [#47909](#47909)) ([#47919](#47919)) ([2e78e14](2e78e14)) * consider user permission while populating the data ([617b065](617b065)) * do not create repeat work orders ([795108c](795108c)) * do not remove item which has zero qty and zero valuation ([ef77791](ef77791)) * ensure proper float conversion for discount values ([d24c2c4](d24c2c4)) * fetch correct item tax template on item rate update ([#47973](#47973)) ([f88e682](f88e682)) * fieldtype to Currency for discount amounts ([59dd5fe](59dd5fe)) * incorrect warehouse in MR ([8156d89](8156d89)) * key-error for COGS By Item Group report (backport [#47914](#47914)) ([#47915](#47915)) ([996fb75](996fb75)) * patch to set discount percentange in case of mismatch ([039c47e](039c47e)) * pos permission error on strict permission (backport [#47896](#47896)) ([#47897](#47897)) ([0314a39](0314a39)) * Project argument is passed correctly for MR creation ([e98ad4c](e98ad4c)) * remove currency col ([35035c2](35035c2)) * remove use sales invoice check ([#47908](#47908)) ([1b15507](1b15507)) * **report:** include descendants when filtering by parent item group ([d21bfa2](d21bfa2)) * **sales order:** error message on creation of work order from sales order ([129cd7a](129cd7a)) * stock adjustment entry during reposting (backport [#47878](#47878)) ([#47883](#47883)) ([e5d06f8](e5d06f8)) * stock reco qty with inventory dimension (backport [#47918](#47918)) ([#47922](#47922)) ([6d2c14c](6d2c14c)) * test case to verify correct setting of discount amount and percentage ([06ea957](06ea957)) * throw permission error ([#47976](#47976)) ([9167d2e](9167d2e)) * typo ([8b4824f](8b4824f)) * update currency based on transaction ([eaeb18c](eaeb18c)) * zero division error in purchase receipt ([b99f8fd](b99f8fd)) ### Features * Add hook to update gl dict by apps ([76c2477](76c2477)) * add validation for inter company transactions ([9a47c50](9a47c50)) * populate Timer dialog project field from Timesheet parent_project (backport [#47971](#47971)) ([#48001](#48001)) ([66b0426](66b0426)) * report to verify discount amount mismatch ([b3eb49d](b3eb49d)) ### Performance Improvements * Batch GLE/SLE rename commits (backport [#47950](#47950)) ([#47951](#47951)) ([f490de9](f490de9)) ### Reverts * Revert "fix: calculate discount percentage if discount amount is specified (#…" ([5a5449c](5a5449c))
1 parent bd11146 commit dc8bb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.64.1"
7+
__version__ = "15.65.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)