From 76ea858e72c323723de2f4e185a7eb0ce9aae1e1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 Jan 2025 08:56:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.6 ## [14.78.6](https://github.com/frappe/erpnext/compare/v14.78.5...v14.78.6) (2025-01-01) ### Bug Fixes * apply apply_pricing_rule date change ([cca507f](https://github.com/frappe/erpnext/commit/cca507f0bdb6c856547f4b25e52bdd12f9415324)) * clear payment schedule in purchase invoice for is_paid ([cdd3763](https://github.com/frappe/erpnext/commit/cdd3763a8b8df186c947a9dc41004f38df7c5b52)) * duplicate validate for closing stock balance (backport [#45015](https://github.com/frappe/erpnext/issues/45015)) ([#45021](https://github.com/frappe/erpnext/issues/45021)) ([e2b6615](https://github.com/frappe/erpnext/commit/e2b6615e72bd4b1477616873c338fff18a44e6e8)) * failing tests fixed ([498abf7](https://github.com/frappe/erpnext/commit/498abf7c83e77ad4bde13b81c09a8a86e5c55f8d)) * get item tax template based on posting date ([56d0686](https://github.com/frappe/erpnext/commit/56d06861d003ffeb926b71a0ccd4a41313b34892)) * load customer default price list in pos during item selection (backport [#44991](https://github.com/frappe/erpnext/issues/44991)) ([#44992](https://github.com/frappe/erpnext/issues/44992)) ([0f687f1](https://github.com/frappe/erpnext/commit/0f687f1db7d7a9bb3047efb7bb1b68b4e3f2e169)) * pos payment using non-default mode of payment (backport [#44920](https://github.com/frappe/erpnext/issues/44920)) ([#44970](https://github.com/frappe/erpnext/issues/44970)) ([a0063b3](https://github.com/frappe/erpnext/commit/a0063b31c29ba93aed910ad88b7381a614b50ede)), closes [#41108](https://github.com/frappe/erpnext/issues/41108) * refactor query in get_total_allocated_amount in bank_transaction ([cc0a478](https://github.com/frappe/erpnext/commit/cc0a4785590b86852dbbcc89b1fc1d953b44b406)) * resolve conflicts ([443a0b8](https://github.com/frappe/erpnext/commit/443a0b81f9abad0bc7425bfe647d3feb14541a77)) * set paid amount in party currency in bank reco payment entry ([43a40b1](https://github.com/frappe/erpnext/commit/43a40b1e66575c1214ec4c1bf49545d700fdf54c)) * Show order tax amount in customer currency on the portal (backport [#44915](https://github.com/frappe/erpnext/issues/44915)) ([#44922](https://github.com/frappe/erpnext/issues/44922)) ([78e0799](https://github.com/frappe/erpnext/commit/78e0799a06585afe18554873c42fc0a83404ac59)) * update item_tax_rate in backend ([cf980a1](https://github.com/frappe/erpnext/commit/cf980a13047994cf8425ad5e5357ecf27fb08be5)) * update payment amount for partial pos return (backport [#44065](https://github.com/frappe/erpnext/issues/44065)) ([#44961](https://github.com/frappe/erpnext/issues/44961)) ([1da4712](https://github.com/frappe/erpnext/commit/1da47129192094e3a77f2792e88347c73d11818d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fb8afd0a6c6f..a1e1135965d3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.78.5" +__version__ = "14.78.6" def get_default_company(user=None):