Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.78.9
Browse files Browse the repository at this point in the history
## [14.78.9](v14.78.8...v14.78.9) (2025-01-08)

### Bug Fixes

* add monthly distributation and write query in qb ([7d1d0c8](7d1d0c8))
* discount resetting on date change ([01d2794](01d2794)), closes [#44989](#44989)
* header_img field schema ([eb55051](eb55051))
* Missing company filter breaks `get_account_balance` in Bank Reco ([821cfe2](821cfe2))
* Override pre-commit behaviour due to conflicts with CI ([46894a5](46894a5))
* **Project:** make status in confirmation dialog translatable ([#45118](#45118)) ([07653c5](07653c5))
* Returned Qty in Work Order Consumed Materials report ([affa67e](affa67e))
* update customer contact details on pos (backport [#45071](#45071)) ([#45105](#45105)) ([2d63fc9](2d63fc9))
  • Loading branch information
frappe-bot committed Jan 8, 2025
1 parent a05fb91 commit 611c1f1
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.8"
__version__ = "14.78.9"


def get_default_company(user=None):
Expand Down

0 comments on commit 611c1f1

Please sign in to comment.