mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
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](03b06fc3ff)) * Alternative Item button dissapearing on Save event ([642b897](642b89782d)) * Alternative Items button in Work Order ([3194807](3194807a41)) * Bank Reconciliation Statement Report Company Filter ([622bfa6](622bfa6633)) * consider expired batches in stock reco ([c924feb](c924feb0d0)) * discount resetting on date change ([af53381](af53381163)), closes [#44989](https://github.com/frappe/erpnext/issues/44989) * Hold_to_On_Hold ([9ecafdc](9ecafdc680)) * ignore currency validation while canceling the voucher ([8874f4a](8874f4a9e4)) * ignore party account validation while canceling the voucher ([0f1c6ff](0f1c6ff1c9)) * invoice against purchase receipt with returned quantity ([9daabfc](9daabfca8a)) * issue in returning components against the SCO ([87405f0](87405f0753)) * load price list rate for pos search term ([452dffa](452dffab48)) * load search term price with customer default price list ([59af144](59af144e29)) * Missing company filter breaks `get_account_balance` in Bank Reco ([931b516](931b5166a8)) * Override pre-commit behaviour due to conflicts with CI ([754845a](754845a935)) * **Project:** make status in confirmation dialog translatable ([#45118](https://github.com/frappe/erpnext/issues/45118)) ([0001d86](0001d868c7)) * removed unmerged patches ([4227d76](4227d76f08)) * resolved conflicts ([e9be858](e9be8583b0)) * resolved conflicts ([7318748](7318748a4c)) * Returned Qty in Work Order Consumed Materials report ([f7b501b](f7b501b29b)) * serial and batch no. buttons on pos ([#45048](https://github.com/frappe/erpnext/issues/45048)) ([54e3a74](54e3a74936)) * show new button in coa if create access ([89155f5](89155f529e)) * update customer contact details on pos (backport [#45071](https://github.com/frappe/erpnext/issues/45071)) ([#45106](https://github.com/frappe/erpnext/issues/45106)) ([01254da](01254da4e0)) ### 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](500deff3e9)) * work in progress status for asset ([#45066](https://github.com/frappe/erpnext/issues/45066)) ([1ea36bb](1ea36bba88))
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user