Skip to content

Commit 8951efb

Browse files
committed
chore(release): Bumped to Version 15.55.0
# [15.55.0](v15.54.5...v15.55.0) (2025-03-25) ### Bug Fixes * add base_outstanding and base_paid_amount in payment schedule table ([412e6be](412e6be)) * add patch to update base_outstanding and base_paid_amount ([c3221c4](c3221c4)) * correct accumulated depreciation calculation for disposed assets (backport [#46660](#46660)) ([#46661](#46661)) ([4df5f18](4df5f18)) * correct invoice order in payment reconcillaiton ([2a70791](2a70791)) * customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([6c443bd](6c443bd)) * date added to wrong patch ([2bfaf64](2bfaf64)) * do not validate if conversion rate is 1 for different currency ([391b5c4](391b5c4)) * don't filter payment entries on Bank Account in Payment Clearance ([dc3b5e2](dc3b5e2)) * **Payment Entry:** get contact details from existing contact ([#40556](#40556)) ([f964178](f964178)) * unwired order_by argument in get_transaction_list (backport [#46636](#46636)) ([#46643](#46643)) ([2ebea88](2ebea88)) ### Features * **accounting:** allow chart_of_account.get_chart to be whilelist ([e69c722](e69c722)) * **projects:** add option to hide timesheets for project users ([#46173](#46173)) ([3834d6f](3834d6f)) * repost accounting ledger for purchase receipt ([4edfc6f](4edfc6f)) ### Performance Improvements * timeout while renaming cost center ([58eb184](58eb184))
1 parent 5db2a19 commit 8951efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.54.5"
7+
__version__ = "15.55.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)