Skip to content

Commit 2c865bc

Browse files
committed
chore(release): Bumped to Version 14.77.0
# [14.77.0](v14.76.0...v14.77.0) (2024-11-20) ### Bug Fixes * added test cases ([5fa4fd8](5fa4fd8)) * apply posting date sorting to invoices in Payment Reconciliation similar to payments ([cc9b22c](cc9b22c)) * backport german translations from develop ([#44046](#44046)) ([c23868a](c23868a)) * broken apply on other item pricing rule ([f03e301](f03e301)) * broken UI on currency exchange ([36898f6](36898f6)) * check if pricing rule matches with coupon code ([#44104](#44104)) ([24b5b3c](24b5b3c)) * correctly set 'cannot_add_rows' property on allocations table field ([137ef78](137ef78)) * disable conversion to user tz for sales order calender ([356da69](356da69)) * Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue ([33e835c](33e835c)) * linters ([c3e2ff2](c3e2ff2)) * non group pos warehouse ([ec40131](ec40131)) * payment reco for jv with negative dr or cr amount ([23fb4f3](23fb4f3)) * remove trailing whitespace ([1019d98](1019d98)) * set conversion factor before applying price list ([e09f101](e09f101)) * set default party type in Payment Entry ([f3cbbef](f3cbbef)) * stock ledger variance report filter options (backport [#44137](#44137)) ([#44149](#44149)) ([f871f08](f871f08)) * validate sales team to ensure all sales person are enabled ([bd0f11e](bd0f11e)) ### Features * new DocTypes "Code List" and "Common Code" (backport [#43425](#43425)) ([#44172](#44172)) ([a7de8c1](a7de8c1))
1 parent fc783f5 commit 2c865bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import frappe
55

6-
__version__ = "14.76.0"
6+
__version__ = "14.77.0"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)