From 27b7de485404d03af96d0af9382378dab5efcbc8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 25 Dec 2024 03:34:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.5 ## [14.78.5](https://github.com/frappe/erpnext/compare/v14.78.4...v14.78.5) (2024-12-25) ### Bug Fixes * 'str' object has no attribute 'get_sql' ([510e3ce](https://github.com/frappe/erpnext/commit/510e3cebc9278fbff7eb28b92c03c2449c486468)) * added docs.frappe.io in documentation_url ([#44776](https://github.com/frappe/erpnext/issues/44776)) ([82a3fd1](https://github.com/frappe/erpnext/commit/82a3fd13f22aa0e16c67e8a54ed1c1919efbb175)) * buying rate for service item in gross profit report ([7fa3a78](https://github.com/frappe/erpnext/commit/7fa3a789b13f94fbab45a4de9dffdd8dfc2df5c9)) * closing stock balance permissions (backport [#44791](https://github.com/frappe/erpnext/issues/44791)) ([#44792](https://github.com/frappe/erpnext/issues/44792)) ([4cb27b9](https://github.com/frappe/erpnext/commit/4cb27b97b4324c8205b574db096ce5c5d9e0464d)) * correct tds rate with lower deduction certificate ([d55fe7d](https://github.com/frappe/erpnext/commit/d55fe7d33f42a778c8f7064a073c7b0db7884a73)) * do not set cost_center update_voucher_balance as it is set in init_voucher_balance ([97d5d18](https://github.com/frappe/erpnext/commit/97d5d18041547b2a1d5b7e49480de62065cdb519)) * fetch tax withholding category from the voucher ([1093c22](https://github.com/frappe/erpnext/commit/1093c227f1bce2280a7d56d42c69c0b0d59a7d58)) * permissions for marking Quotation as lost ([0179358](https://github.com/frappe/erpnext/commit/0179358f07519633e35300bbf8da0e32222f9115)) * Remove typo ([422ada2](https://github.com/frappe/erpnext/commit/422ada2726ca17a69bf4ed16f7d44e12a8c11948)) * show profit and loss after period closing ([1a089da](https://github.com/frappe/erpnext/commit/1a089da51a26f8efcab93ed8d3cece3d051ca559)) * slow posting datetime update (backport [#44799](https://github.com/frappe/erpnext/issues/44799)) ([#44804](https://github.com/frappe/erpnext/issues/44804)) ([d2ede71](https://github.com/frappe/erpnext/commit/d2ede713e4dcfd68e061f84f07ce452290e312ea)) * update correct cost center in Accounts Receivable Report ([197b13e](https://github.com/frappe/erpnext/commit/197b13eb8762e4be0d035621f6e9897b86e38e62)) * use utility method to generate url ([d042330](https://github.com/frappe/erpnext/commit/d042330c30354acbb7b2439972f580ac647a7b84)) * **ux:** purchase invoice link in error message ([#44797](https://github.com/frappe/erpnext/issues/44797)) ([c9d43f4](https://github.com/frappe/erpnext/commit/c9d43f4c88660325427419870d23fff879e26696)) * Warehouse wise Stock Value chart roles (backport [#44865](https://github.com/frappe/erpnext/issues/44865)) ([#44866](https://github.com/frappe/erpnext/issues/44866)) ([177ca6f](https://github.com/frappe/erpnext/commit/177ca6f431df7ffcf7e26671cf2d49f2f9f42b3c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6f2da8912ed..fb8afd0a6c6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.4" +__version__ = "14.78.5" def get_default_company(user=None):