Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.78.6
Browse files Browse the repository at this point in the history
## [14.78.6](v14.78.5...v14.78.6) (2025-01-01)

### Bug Fixes

* apply apply_pricing_rule date change ([cca507f](cca507f))
* clear payment schedule in purchase invoice for is_paid ([cdd3763](cdd3763))
* duplicate validate for closing stock balance (backport [#45015](#45015)) ([#45021](#45021)) ([e2b6615](e2b6615))
* failing tests fixed ([498abf7](498abf7))
* get item tax template based on posting date ([56d0686](56d0686))
* load customer default price list in pos during item selection (backport [#44991](#44991)) ([#44992](#44992)) ([0f687f1](0f687f1))
* pos payment using non-default mode of payment (backport [#44920](#44920)) ([#44970](#44970)) ([a0063b3](a0063b3)), closes [#41108](#41108)
* refactor query in get_total_allocated_amount in bank_transaction ([cc0a478](cc0a478))
* resolve conflicts ([443a0b8](443a0b8))
* set paid amount in party currency in bank reco payment entry ([43a40b1](43a40b1))
* Show order tax amount in customer currency on the portal (backport [#44915](#44915)) ([#44922](#44922)) ([78e0799](78e0799))
* update item_tax_rate in backend ([cf980a1](cf980a1))
* update payment amount for partial pos return (backport [#44065](#44065)) ([#44961](#44961)) ([1da4712](1da4712))
  • Loading branch information
frappe-bot committed Jan 1, 2025
1 parent 97487eb commit 76ea858
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.5"
__version__ = "14.78.6"


def get_default_company(user=None):
Expand Down

0 comments on commit 76ea858

Please sign in to comment.