Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.78.2
Browse files Browse the repository at this point in the history
## [14.78.2](v14.78.1...v14.78.2) (2024-12-12)

### Bug Fixes

* add docstatus for translation ([0a4090a](0a4090a))
* add label strings for translation in pos_controller.js ([8233e22](8233e22))
* add labels for translation in production_analytics.py ([1a7f195](1a7f195))
* add labels for translation in purchase_order_analysis.py ([f9974f9](f9974f9))
* add labels for translation in quality_inspection_summary.py ([9986c26](9986c26))
* add labels for translation in sales_order_analysis.py ([bad1b2a](bad1b2a))
* add labels for translation in sales_order.js ([3620dda](3620dda))
* add string for translation in delayed_tasks_summary.py ([ce04f6d](ce04f6d))
* add strings for translation in pos_item_cart.js ([1f0f31a](1f0f31a))
* add strings for translation payment_terms_status_for_sales_order.py ([17dad01](17dad01))
* add title for translation in  asset.js ([aed90f7](aed90f7))
* **Bank Transaction:** error in party matching should not block submitting (backport [#44416](#44416)) ([#44573](#44573)) ([ebc8bed](ebc8bed))
* description overwrite on qty change (backport [#44606](#44606)) ([#44608](#44608)) ([a460bf9](a460bf9))
* incorrect stock UOM for BOM raw materials (backport [#44528](#44528)) ([#44530](#44530)) ([ecc756b](ecc756b))
* inv dimensions fields not creating for standard doctype (backport [#44504](#44504)) ([#44514](#44514)) ([c502b56](c502b56))
* prevent set_payment_schedule on return documents ([3c8b637](3c8b637))
* required by date in the reorder material request (backport [#44497](#44497)) ([#44508](#44508)) ([15e3663](15e3663))
* strings for translation in pos_past_order_summary.js ([dfbb227](dfbb227))
* variant qty while making work order from BOM (backport [#44548](#44548)) ([#44550](#44550)) ([e2aedc8](e2aedc8))
  • Loading branch information
frappe-bot committed Dec 12, 2024
1 parent e092322 commit 225d4cc
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.1"
__version__ = "14.78.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 225d4cc

Please sign in to comment.