Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.48.4
Browse files Browse the repository at this point in the history
## [15.48.4](v15.48.3...v15.48.4) (2025-01-15)

### Bug Fixes

* auto fetch batch and serial no for draft stock transactions ([2f2554e](2f2554e))
* batch number search on pos ([#45209](#45209)) ([fe5c458](fe5c458))
* change string to be able to translate ([#45090](#45090)) ([7a3687c](7a3687c))
* deduct tds on excess amount if checked ([07c3605](07c3605))
* delivery_document_no column issue ([0df1808](0df1808))
* do not add ordered items from Quotation to new Sales Order ([f414fa4](f414fa4))
* don't create invoice if invoice start date is in future ([3f6d774](3f6d774))
* incorrect label in Item-wise sales register ([36d1fbd](36d1fbd))
* incorrect valuation for sales return with different warhouse ([9ee5651](9ee5651))
* incorrect valuation rate for PI based revaluation ([f7e3854](f7e3854))
* linter issue ([af21bca](af21bca))
* minor update for readability ([abfcfdf](abfcfdf))
* not able to see create Quality Inspection button ([a79cae1](a79cae1))
* pass right existing address ([80e6112](80e6112))
* precision loss causing process loss variance ([d84601b](d84601b))
* Semgrep rules ([1d5a73a](1d5a73a))
* set billing and shipping address on change of company ([42eb88f](42eb88f))
* Skip WIP Warehouse transfer ([bb0695a](bb0695a))
* test case ([f5667f5](f5667f5))
* test case ([7d66e4e](7d66e4e))
* tests ([8ba42cf](8ba42cf))
* timeout error for work order ([122b966](122b966))
* **Timesheet:** ignore permissions when updating Task and Project (backport [#45168](#45168)) ([#45170](#45170)) ([f7448c6](f7448c6))
* typo in manufacturing settings (backport [#45190](#45190)) ([#45193](#45193)) ([47c6e5a](47c6e5a))
* update  discounting on mixed conditions ([38cb5a9](38cb5a9))
  • Loading branch information
frappe-bot committed Jan 15, 2025
1 parent 5e13dcf commit d1fee96
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.48.3"
__version__ = "15.48.4"


def get_default_company(user=None):
Expand Down

0 comments on commit d1fee96

Please sign in to comment.