mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 07:01:56 +00:00
chore(release): Bumped to Version 15.112.0
# [15.112.0](https://github.com/frappe/erpnext/compare/v15.111.0...v15.112.0) (2026-06-16) ### Bug Fixes * **accounts:** removed whitelist on `get_balance_on` (backport [#55956](https://github.com/frappe/erpnext/issues/55956)) ([#55964](https://github.com/frappe/erpnext/issues/55964)) ([64bbc01](64bbc019ad)) * Add authorization checks on internal functions (backport [#55709](https://github.com/frappe/erpnext/issues/55709)) (backport [#55726](https://github.com/frappe/erpnext/issues/55726)) ([#55736](https://github.com/frappe/erpnext/issues/55736)) ([8c7a313](8c7a313a38)) * added doctype filter validation for sales person wise transaction summary report (backport [#55812](https://github.com/frappe/erpnext/issues/55812)) ([#55817](https://github.com/frappe/erpnext/issues/55817)) ([f1fc9e3](f1fc9e3261)) * apply user permissions to receivable/payable reports ([c03a66a](c03a66a1bf)) * BOM Creator by removing redundant permissions ([08d9b82](08d9b8275d)) * **bom:** fetch routing operations when Routing is selected ([#55813](https://github.com/frappe/erpnext/issues/55813)) ([02e38e8](02e38e80a7)) * **budget:** add root_type filter on account field ([#55934](https://github.com/frappe/erpnext/issues/55934)) ([e1fbf78](e1fbf78409)) * clearance date update with permission checks ([46b3e0c](46b3e0c385)) * **company:** replaced "this company" with company name on delete transactions dialog (backport [#56021](https://github.com/frappe/erpnext/issues/56021)) ([#56022](https://github.com/frappe/erpnext/issues/56022)) ([8a9461f](8a9461ff45)) * converted whitelist non class methods to class methods ([7c78aa6](7c78aa6e5d)) * **get_exchange_rate:** using get_single_value to fetch `disabled` value from `currency_exchange_settings` ([9405b49](9405b49e93)) * **Lead:** stop storing Gravatar image URLs for Leads (backport [#55880](https://github.com/frappe/erpnext/issues/55880)) ([#55881](https://github.com/frappe/erpnext/issues/55881)) ([8b3a0fe](8b3a0fe045)) * **manufacturing:** fetch raw materials from work order ([7e9c1ef](7e9c1efab7)) * multiple issues related to BOM Creator ([f4e6f14](f4e6f14342)) * opportunity creation from contact us page (backport [#55841](https://github.com/frappe/erpnext/issues/55841)) ([#55866](https://github.com/frappe/erpnext/issues/55866)) ([d460577](d4605771da)) * pass source cost center to target cost center ([209977f](209977f6a3)) * pemission for whitelist functions ([559c95c](559c95c8a8)) * permission in bom compare tool ([ef3046d](ef3046dca2)) * permissions in workstation file ([808ca06](808ca06801)) * prefetch batchwise valuations before streaming SLEs in stock ageing ([c617650](c6176500d2)) * prevent exchange rate flow from transaction to payment ([72c7b79](72c7b79933)) * provision to recalculate valuation rate during reposting ([df0c8ee](df0c8ee21e)) * recalculate incoming rate in SLE for purchase documents during repost ([081887b](081887bec5)) * regression issues related to security fixes (backport [#55902](https://github.com/frappe/erpnext/issues/55902)) ([#55925](https://github.com/frappe/erpnext/issues/55925)) ([1f47b24](1f47b2417b)) * restricting currency_exchange_settings write permission only to system manager ([7b65206](7b6520664c)) * show company name in delete transactions confirmation dialog ([3356583](3356583865)) * show user disable audit log ([559585f](559585fb7b)) * **stock:** enable quality inspection for all Stock Entry purposes ([1ffef19](1ffef19957)), closes [#55830](https://github.com/frappe/erpnext/issues/55830) [#70945](https://github.com/frappe/erpnext/issues/70945) * **stock:** make uom mandatory in item uom table ([c3a3eb3](c3a3eb3df3)) * **stock:** show only batched items in batch item selector ([7f30a2c](7f30a2cfb6)) * **stock:** update stock value calculation in stock balance report ([18ad323](18ad323828)) * sync employee user status after save ([e40999c](e40999c879)) * update system manager permissions ([81e05fc](81e05fc1f6)) * updated role based permission for terms and conditions doctype (backport [#55674](https://github.com/frappe/erpnext/issues/55674)) ([#55675](https://github.com/frappe/erpnext/issues/55675)) ([5f5b2a6](5f5b2a6ae2)) * use frankfurter v2 by default for new install ([d62985d](d62985d9a7)) ### Features * **currency exchange settings:** frankfurter v2 support ([70628c0](70628c06c9))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.111.0"
|
||||
__version__ = "15.112.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user