From 6a869139a6470b706adfbaa89f029ae7d2e2bd23 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Jan 2025 10:29:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.48.0 # [15.48.0](https://github.com/frappe/erpnext/compare/v15.47.5...v15.48.0) (2025-01-08) ### Bug Fixes * add monthly distributation and write query in qb ([03b06fc](https://github.com/frappe/erpnext/commit/03b06fc3ff1ab13956f53841c0f7b601a3703a57)) * Alternative Item button dissapearing on Save event ([642b897](https://github.com/frappe/erpnext/commit/642b89782d5d1a2d53c12ed192e2e3dd62e65365)) * Alternative Items button in Work Order ([3194807](https://github.com/frappe/erpnext/commit/3194807a41212c18d2b1578ad91143c54ba5b415)) * Bank Reconciliation Statement Report Company Filter ([622bfa6](https://github.com/frappe/erpnext/commit/622bfa6633cf9b9ac7423811d04e42249b96d30a)) * consider expired batches in stock reco ([c924feb](https://github.com/frappe/erpnext/commit/c924feb0d0ad206423fc959b83ce4aa948ece592)) * discount resetting on date change ([af53381](https://github.com/frappe/erpnext/commit/af5338116338ac9eb88e9c440528cff248aa03d4)), closes [#44989](https://github.com/frappe/erpnext/issues/44989) * Hold_to_On_Hold ([9ecafdc](https://github.com/frappe/erpnext/commit/9ecafdc6807846be6d739cfedbe9401765d1b5a4)) * ignore currency validation while canceling the voucher ([8874f4a](https://github.com/frappe/erpnext/commit/8874f4a9e44ea249a11c9c2b7ca55c06a7602ef1)) * ignore party account validation while canceling the voucher ([0f1c6ff](https://github.com/frappe/erpnext/commit/0f1c6ff1c9ca7e6a573b94ccc21789b3616951bb)) * invoice against purchase receipt with returned quantity ([9daabfc](https://github.com/frappe/erpnext/commit/9daabfca8a3dc4d940d02bf218cfd02605dbde0f)) * issue in returning components against the SCO ([87405f0](https://github.com/frappe/erpnext/commit/87405f0753d78655d621f3324003ac2b3ee743ca)) * load price list rate for pos search term ([452dffa](https://github.com/frappe/erpnext/commit/452dffab48cedcf44949caaf2036084196b6522e)) * load search term price with customer default price list ([59af144](https://github.com/frappe/erpnext/commit/59af144e298dbdb0ae5dbd4281bc0b2a1e9f615b)) * Missing company filter breaks `get_account_balance` in Bank Reco ([931b516](https://github.com/frappe/erpnext/commit/931b5166a86d235e709734f79065d6cab57c8547)) * Override pre-commit behaviour due to conflicts with CI ([754845a](https://github.com/frappe/erpnext/commit/754845a935d735a5e074b7de42f1df40cf8cf2e7)) * **Project:** make status in confirmation dialog translatable ([#45118](https://github.com/frappe/erpnext/issues/45118)) ([0001d86](https://github.com/frappe/erpnext/commit/0001d868c7f3bf79b296111291608e20340bb261)) * removed unmerged patches ([4227d76](https://github.com/frappe/erpnext/commit/4227d76f082496b79ef2ae4ebf2bab2502f63e5e)) * resolved conflicts ([e9be858](https://github.com/frappe/erpnext/commit/e9be8583b0f374e5c2b5b655377c4397bb130288)) * resolved conflicts ([7318748](https://github.com/frappe/erpnext/commit/7318748a4ccc51c69fb6f86ef49c9cc8d9df1d83)) * Returned Qty in Work Order Consumed Materials report ([f7b501b](https://github.com/frappe/erpnext/commit/f7b501b29bcaa39e486638cf442c385d7e7e39f1)) * serial and batch no. buttons on pos ([#45048](https://github.com/frappe/erpnext/issues/45048)) ([54e3a74](https://github.com/frappe/erpnext/commit/54e3a749365c6979fb83b2cb962fd4db8f04cd60)) * show new button in coa if create access ([89155f5](https://github.com/frappe/erpnext/commit/89155f529e757296ad4ff97dee6fe54b3a090cb4)) * update customer contact details on pos (backport [#45071](https://github.com/frappe/erpnext/issues/45071)) ([#45106](https://github.com/frappe/erpnext/issues/45106)) ([01254da](https://github.com/frappe/erpnext/commit/01254da4e06b6e0114ecfc56e89aacdf5bab027b)) ### Features * validate discount date in payment schedule (backport [#44646](https://github.com/frappe/erpnext/issues/44646)) ([#44727](https://github.com/frappe/erpnext/issues/44727)) ([500deff](https://github.com/frappe/erpnext/commit/500deff3e9e695d6cc80320d8bce4fad0739a91d)) * work in progress status for asset ([#45066](https://github.com/frappe/erpnext/issues/45066)) ([1ea36bb](https://github.com/frappe/erpnext/commit/1ea36bba886ecae907aa0a09e5a6e86e77899cb9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d4763ea5a56..7354e28f238 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.47.5" +__version__ = "15.48.0" def get_default_company(user=None):