Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.78.5
Browse files Browse the repository at this point in the history
## [14.78.5](v14.78.4...v14.78.5) (2024-12-25)

### Bug Fixes

* 'str' object has no attribute 'get_sql' ([510e3ce](510e3ce))
* added docs.frappe.io in documentation_url ([#44776](#44776)) ([82a3fd1](82a3fd1))
* buying rate for service item in gross profit report ([7fa3a78](7fa3a78))
* closing stock balance permissions (backport [#44791](#44791)) ([#44792](#44792)) ([4cb27b9](4cb27b9))
* correct tds rate with lower deduction certificate ([d55fe7d](d55fe7d))
* do not set cost_center update_voucher_balance as it is set in init_voucher_balance ([97d5d18](97d5d18))
* fetch tax withholding category from the voucher ([1093c22](1093c22))
* permissions for marking Quotation as lost ([0179358](0179358))
* Remove typo ([422ada2](422ada2))
* show profit and loss after period closing ([1a089da](1a089da))
* slow posting datetime update (backport [#44799](#44799)) ([#44804](#44804)) ([d2ede71](d2ede71))
* update correct cost center in Accounts Receivable Report ([197b13e](197b13e))
* use utility method to generate url ([d042330](d042330))
* **ux:** purchase invoice link in error message ([#44797](#44797)) ([c9d43f4](c9d43f4))
* Warehouse wise Stock Value chart roles (backport [#44865](#44865)) ([#44866](#44866)) ([177ca6f](177ca6f))
  • Loading branch information
frappe-bot committed Dec 25, 2024
1 parent 1b5384f commit 27b7de4
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.78.4"
__version__ = "14.78.5"


def get_default_company(user=None):
Expand Down

0 comments on commit 27b7de4

Please sign in to comment.