From 611c1f1ec27d2f831d82f784db475e775e9d400d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Jan 2025 10:27:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.9 ## [14.78.9](https://github.com/frappe/erpnext/compare/v14.78.8...v14.78.9) (2025-01-08) ### Bug Fixes * add monthly distributation and write query in qb ([7d1d0c8](https://github.com/frappe/erpnext/commit/7d1d0c8e0c7e4d708b49f3e70e7a00e20314ec5b)) * discount resetting on date change ([01d2794](https://github.com/frappe/erpnext/commit/01d2794968fdd0d0102d2fc8ffe8a836b21d6d78)), closes [#44989](https://github.com/frappe/erpnext/issues/44989) * header_img field schema ([eb55051](https://github.com/frappe/erpnext/commit/eb5505187e7a993edba478f6a09a7e83d7839e4f)) * Missing company filter breaks `get_account_balance` in Bank Reco ([821cfe2](https://github.com/frappe/erpnext/commit/821cfe2c39e14b636c9e4f3afaf967c50cf04e51)) * Override pre-commit behaviour due to conflicts with CI ([46894a5](https://github.com/frappe/erpnext/commit/46894a5b86132dde4d8c0ee4dedabf7da21af377)) * **Project:** make status in confirmation dialog translatable ([#45118](https://github.com/frappe/erpnext/issues/45118)) ([07653c5](https://github.com/frappe/erpnext/commit/07653c54f382d6294bf52f522d1360210a2c8e8d)) * Returned Qty in Work Order Consumed Materials report ([affa67e](https://github.com/frappe/erpnext/commit/affa67e74d65ff2d5d01cd8bcfc85cce6244cfda)) * update customer contact details on pos (backport [#45071](https://github.com/frappe/erpnext/issues/45071)) ([#45105](https://github.com/frappe/erpnext/issues/45105)) ([2d63fc9](https://github.com/frappe/erpnext/commit/2d63fc98d076101bef8fcb6ea107bca7c5f3d524)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a476f5650cc..150c4245fbd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.8" +__version__ = "14.78.9" def get_default_company(user=None):