Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.47.4
Browse files Browse the repository at this point in the history
## [15.47.4](v15.47.3...v15.47.4) (2025-01-03)

### Bug Fixes

* Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([ab87265](ab87265))
* Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([66544bf](66544bf))
* BOM cost update issue ([00102a1](00102a1))
* Fixed logic in if condition causing tests to fail ([b3b8083](b3b8083))
* Removed patch as instructed by mentor ([3049027](3049027))
* Removed patch as instructed by mentor ([163af91](163af91))
* removed unknown patch? ([f9d038e](f9d038e))
* removed unused code ([d31b0a5](d31b0a5))
* slow stock transactions (backport [#45025](#45025)) ([#45027](#45027)) ([85ba96e](85ba96e))
* **style:** set image width in BOM ([6247d5a](6247d5a))
* validate components and their qty as per BOM in the stock entry ([b5f6926](b5f6926))
  • Loading branch information
frappe-bot committed Jan 3, 2025
1 parent d5fed84 commit c3d1e12
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 @@ -4,7 +4,7 @@
import frappe
from frappe.utils.user import is_website_user

__version__ = "15.47.3"
__version__ = "15.47.4"


def get_default_company(user=None):
Expand Down

0 comments on commit c3d1e12

Please sign in to comment.