mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +00:00
chore(release): Bumped to Version 15.76.0
# [15.76.0](https://github.com/frappe/erpnext/compare/v15.75.1...v15.76.0) (2025-08-19) ### Bug Fixes * add fieldname in accounting dimension filter ([ac4a5bf](ac4a5bfe6d)) * add patch ([a853010](a853010537)) * add validation for draft PR/PI in Asset ([4187e60](4187e60b07)) * add value adjustment amount in asset value ([89ad9f1](89ad9f1bb4)) * add value adjustment amount in report for group by category filter ([089007f](089007f88a)) * additional cost not consider in valuation rate for Stock Entry transfer ([e4398d3](e4398d3761)) * apply grand total to default payment mode in Sales and POS invoices ([605f513](605f513ce3)) * **asset:** prevent translation function shadowing in make_journal_entry ([1af8ab2](1af8ab2a3b)) * company issue in setup wizard ([cea4b50](cea4b50bbc)) * current qty for batch in stock reco ([3ecb09a](3ecb09ae52)) * fetch fieldname in accounting dimension filter ([d494d8c](d494d8c299)) * formatted string for disabled filter in get_income_account ([c9f79b3](c9f79b3ba9)) * handle default accounting dimension ([e50d6c6](e50d6c6b62)) * handle default dimension for all company ([0cd45a0](0cd45a0022)) * handle empty loyalty point details ([dc953f7](dc953f70d1)) * handle mode of payment filter (backport [#49185](https://github.com/frappe/erpnext/issues/49185)) ([#49221](https://github.com/frappe/erpnext/issues/49221)) ([b6c992f](b6c992ffeb)) * ignore links in Dunning patch (backport [#49201](https://github.com/frappe/erpnext/issues/49201)) ([#49204](https://github.com/frappe/erpnext/issues/49204)) ([07ff97f](07ff97f647)) * **pos:** include Product Bundle components in reserved qty to prevent overselling ([5ce0dc2](5ce0dc2a7a)), closes [#49021](https://github.com/frappe/erpnext/issues/49021) * **pos:** populate packed_items table in POS Invoice ([1f3d8e8](1f3d8e8d64)) * **pos:** use packed_items snapshot for bundle reservations ([cc82836](cc82836109)), closes [#49106](https://github.com/frappe/erpnext/issues/49106) * product bundle child item quantity should be a positive number ([f831d45](f831d45cc3)) * **quotation:** update currency on duplicate ([419f717](419f717542)) * remove unclear message related to availability of product bundle ([383744b](383744b8e4)) * sanitize column name for inventory_dimensions in get_stock_balance ([69389bb](69389bb355)) * **stock:** don't override t_warehouse if no rules found ([da3d8fb](da3d8fbbc5)) * update dunning status based on credit notes (backport [#49066](https://github.com/frappe/erpnext/issues/49066)) ([#49208](https://github.com/frappe/erpnext/issues/49208)) ([9a12c73](9a12c73e22)) * use query builder instead of raw SQL in get_blanket_orders ([4a0d7fd](4a0d7fd205)) * use query builder instead of raw SQL in get_loyalty_details ([a3c5b0a](a3c5b0a510)) * use query builder instead of raw SQL in get_material_requests_based_on_supplier ([9d0fe06](9d0fe060c8)) * use query builder instead of raw SQL in get_rfq_containing_supplier ([4ac386a](4ac386a84e)) * use query builder instead of raw SQL in get_timesheet_detail_rate ([0a2a7fa](0a2a7fa6aa)) * use query builder instead of raw SQL in unset_existing_data ([92391a6](92391a69cf)) * wrap inter-company order button labels in __() for translation ([#49178](https://github.com/frappe/erpnext/issues/49178)) ([db48635](db486356db)) * wrap inter-company order button labels in __() for translation (backport [#49178](https://github.com/frappe/erpnext/issues/49178)) ([#49179](https://github.com/frappe/erpnext/issues/49179)) ([6030eb2](6030eb2992)) ### Features * enhance barcode scanner to support warehouse scanning (backport [#48865](https://github.com/frappe/erpnext/issues/48865)) ([#49162](https://github.com/frappe/erpnext/issues/49162)) ([ad052d7](ad052d72d7)) * select child item when creating one document from another ([5f06d87](5f06d87f01)) ### Reverts * Revert "fix: use checkout@v2 instead of v4" ([e849019](e8490196ba))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.75.1"
|
||||
__version__ = "15.76.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user