From d1fee96f75efedd45024e4d6d581c9c3f687594a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 Jan 2025 12:28:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.48.4 ## [15.48.4](https://github.com/frappe/erpnext/compare/v15.48.3...v15.48.4) (2025-01-15) ### Bug Fixes * auto fetch batch and serial no for draft stock transactions ([2f2554e](https://github.com/frappe/erpnext/commit/2f2554e9e55c8ab8c758800dc2dc75ab4246ef78)) * batch number search on pos ([#45209](https://github.com/frappe/erpnext/issues/45209)) ([fe5c458](https://github.com/frappe/erpnext/commit/fe5c458c4525915939369466bac222aa6b9bbd54)) * change string to be able to translate ([#45090](https://github.com/frappe/erpnext/issues/45090)) ([7a3687c](https://github.com/frappe/erpnext/commit/7a3687ca8e0e674a107893356d70a159e0ffe12d)) * deduct tds on excess amount if checked ([07c3605](https://github.com/frappe/erpnext/commit/07c3605905d9490dd890645a1872e47eb3edd631)) * delivery_document_no column issue ([0df1808](https://github.com/frappe/erpnext/commit/0df18080c7277bb773134f7fbcfab0fb0c6a1ba4)) * do not add ordered items from Quotation to new Sales Order ([f414fa4](https://github.com/frappe/erpnext/commit/f414fa4981da572d1ef07d44b2aba006c2d03c81)) * don't create invoice if invoice start date is in future ([3f6d774](https://github.com/frappe/erpnext/commit/3f6d7741d9c939c5242de26256b138c711e65680)) * incorrect label in Item-wise sales register ([36d1fbd](https://github.com/frappe/erpnext/commit/36d1fbd6a31f21f17b000ed16a2314fa1119cfe1)) * incorrect valuation for sales return with different warhouse ([9ee5651](https://github.com/frappe/erpnext/commit/9ee5651848cd46782d8c33d567ffc404ee4f060f)) * incorrect valuation rate for PI based revaluation ([f7e3854](https://github.com/frappe/erpnext/commit/f7e3854641246a16d33f1699c450fc975ddc8ba4)) * linter issue ([af21bca](https://github.com/frappe/erpnext/commit/af21bca2318089bfee543fdf2180e9d55c7f2833)) * minor update for readability ([abfcfdf](https://github.com/frappe/erpnext/commit/abfcfdfe7e9ba2782fe035f0f7e0a3a73f5cac0e)) * not able to see create Quality Inspection button ([a79cae1](https://github.com/frappe/erpnext/commit/a79cae1fefb31e85b59bc2993ef5497d1e2bab31)) * pass right existing address ([80e6112](https://github.com/frappe/erpnext/commit/80e6112549e4464c8d736c385113966672109359)) * precision loss causing process loss variance ([d84601b](https://github.com/frappe/erpnext/commit/d84601b2a3a96be811c6360e869b0864857c5fb7)) * Semgrep rules ([1d5a73a](https://github.com/frappe/erpnext/commit/1d5a73a325b5d3c7c2cd7660ec066e3cf95f32e4)) * set billing and shipping address on change of company ([42eb88f](https://github.com/frappe/erpnext/commit/42eb88f5f60ddb556ba7582d253b75abbd601c6e)) * Skip WIP Warehouse transfer ([bb0695a](https://github.com/frappe/erpnext/commit/bb0695a8833ed16b3e7e0a5fd1511c419b6274e2)) * test case ([f5667f5](https://github.com/frappe/erpnext/commit/f5667f56e41a023b5e9b9e6ed26570314e2bc907)) * test case ([7d66e4e](https://github.com/frappe/erpnext/commit/7d66e4efb0bdb7c109347ea7504b09f08858bfcb)) * tests ([8ba42cf](https://github.com/frappe/erpnext/commit/8ba42cfbf09fec58f4ac360ecfb8e9cce36933c9)) * timeout error for work order ([122b966](https://github.com/frappe/erpnext/commit/122b966a7b78f78e1cd1a645824f33c0d5d797ff)) * **Timesheet:** ignore permissions when updating Task and Project (backport [#45168](https://github.com/frappe/erpnext/issues/45168)) ([#45170](https://github.com/frappe/erpnext/issues/45170)) ([f7448c6](https://github.com/frappe/erpnext/commit/f7448c6f793148e3f197cbef4d0ada6d0e9d2bc6)) * typo in manufacturing settings (backport [#45190](https://github.com/frappe/erpnext/issues/45190)) ([#45193](https://github.com/frappe/erpnext/issues/45193)) ([47c6e5a](https://github.com/frappe/erpnext/commit/47c6e5a931c8f16198f4be76a1ca1f97323857f3)) * update discounting on mixed conditions ([38cb5a9](https://github.com/frappe/erpnext/commit/38cb5a98bfb7cd85f09f9363c6fbfe823c253a28)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d08d8de1832..98fb6684f2d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.48.3" +__version__ = "15.48.4" def get_default_company(user=None):