Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.77.3
Browse files Browse the repository at this point in the history
## [14.77.3](v14.77.2...v14.77.3) (2024-11-27)

### Bug Fixes

*  correct placeholder index in message ([d7e6b0e](d7e6b0e))
* added Stock UOM field for RM in work order (backport [#44185](#44185)) ([#44236](#44236)) ([ee647f2](ee647f2))
* billed qty and received amount in PO analysis report (backport [#44349](#44349)) ([#44353](#44353)) ([6aebe98](6aebe98))
* change asset status correctly ([841df3b](841df3b))
* Get submitted documents in validate_for_closed_fiscal_year ([b9efeeb](b9efeeb))
* gp for return invoice ([6e56343](6e56343))
* include current invoice amount when tax_on_excess_amount is checked ([071adcf](071adcf))
* incorrect GL entry on sale of fully depreciated asset ([cc5ada1](cc5ada1))
* make free qty round on large transaction qty ([2eb7002](2eb7002))
* patch ([#44191](#44191)) ([3643c60](3643c60))
* test case ([7eafe7f](7eafe7f))
* unify company address query in sales transactions (backport [#44361](#44361)) ([#44366](#44366)) ([fef7cfb](fef7cfb))
* update gross profit for returned invoices ([0eb5e00](0eb5e00))
* Used `Fiscal Dates` instead of year's `Start` and `End` dates ([4f806f9](4f806f9))
  • Loading branch information
frappe-bot committed Nov 27, 2024
1 parent 2db54f0 commit 0079bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.77.2"
__version__ = "14.77.3"


def get_default_company(user=None):
Expand Down

0 comments on commit 0079bd2

Please sign in to comment.