mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
chore(release): Bumped to Version 15.29.3
## [15.29.3](https://github.com/frappe/erpnext/compare/v15.29.2...v15.29.3) (2024-07-10) ### Bug Fixes * actual qty in sales order (backport [#42248](https://github.com/frappe/erpnext/issues/42248)) ([#42256](https://github.com/frappe/erpnext/issues/42256)) ([4866958](4866958a96)) * add missing german translations ([2f89461](2f89461ace)) * added filter to show only submitted assets ([19ed6d1](19ed6d1081)) * auto serial and batch bundle not creating for Asset Capitalization (backport [#42231](https://github.com/frappe/erpnext/issues/42231)) ([#42242](https://github.com/frappe/erpnext/issues/42242)) ([7916d64](7916d6436f)) * Billed Qty and Qty to Bill Calculation in Purchase Order Analysis (backport [#42100](https://github.com/frappe/erpnext/issues/42100)) ([#42249](https://github.com/frappe/erpnext/issues/42249)) ([43c7513](43c7513cfe)) * BOM Creator Recursion Error on duplicate save (backport [#41622](https://github.com/frappe/erpnext/issues/41622)) ([#42179](https://github.com/frappe/erpnext/issues/42179)) ([68a39df](68a39dfa33)) * changes as per review ([57896a8](57896a8f99)) * completed DC will not appear in a delivery trip ([0bab609](0bab609a6f)) * completed DC will not appear in a delivery trip ([#41655](https://github.com/frappe/erpnext/issues/41655)) ([a3444a0](a3444a07b7)) * corrected mismatch in the Purchase Receipt Status [#15620](https://github.com/frappe/erpnext/issues/15620) (backport [#42138](https://github.com/frappe/erpnext/issues/42138)) ([#42252](https://github.com/frappe/erpnext/issues/42252)) ([e1b50ef](e1b50efeea)) * correcting balance sheet calculation for zero liabilities and equity ([d48a2c9](d48a2c9f8e)) * correcting balance sheet calculation for zero liabilities and equity ([#41497](https://github.com/frappe/erpnext/issues/41497)) ([2104d90](2104d903aa)) * custom delimiters ([43ad2fe](43ad2fed63)) * download_import_log if rows are greater than 5000 ([4eb251b](4eb251b59a)) * empty item-wise sales/purchase register reports on initial load ([5ac3b34](5ac3b34a6f)) * field position ([a04938d](a04938d5ae)) * group by in item-wise purchase register ([a967d59](a967d59844)) * **Holiday List:** sort holidays on save to avoid disorienting the user (backport [#42236](https://github.com/frappe/erpnext/issues/42236)) ([#42250](https://github.com/frappe/erpnext/issues/42250)) ([b555615](b5556156c1)) * import log preview ([62aac8b](62aac8bb85)) * import status ([71311ff](71311ffd62)) * **Inventory Dimension:** reduce perms for Stock User (backport [#42226](https://github.com/frappe/erpnext/issues/42226)) ([#42243](https://github.com/frappe/erpnext/issues/42243)) ([3cc59e4](3cc59e4a7a)) * manual pick allow to pick more than available stock (backport [#42155](https://github.com/frappe/erpnext/issues/42155)) ([#42159](https://github.com/frappe/erpnext/issues/42159)) ([a7b6530](a7b6530fde)) * Multiple fixes for General Ledger Report ([ca57fd4](ca57fd4255)) * multiple free items on same Item Group ([9352863](93528631c3)) * path of automatically updates the status of asset maintenance log ([5317418](5317418a53)) * Project Status should be Open again if `percent_complete` is not 100 ([90f5c78](90f5c78607)) * provision to enable do not use batch-wise valuation (backport [#42186](https://github.com/frappe/erpnext/issues/42186)) ([#42198](https://github.com/frappe/erpnext/issues/42198)) ([ec881ac](ec881ace76)) * **Putaway Rule:** reduce perms for Stock User (backport [#42227](https://github.com/frappe/erpnext/issues/42227)) ([#42244](https://github.com/frappe/erpnext/issues/42244)) ([b78a97d](b78a97df85)) * remove deprecated field "statement_import_log" ([2f0b97d](2f0b97d91b)) * removed max discount validation for sales return ([ab987e9](ab987e9a86)) * **Stock Entry Type:** reduce perms for Stock User (backport [#42225](https://github.com/frappe/erpnext/issues/42225)) ([#42245](https://github.com/frappe/erpnext/issues/42245)) ([954d9ab](954d9ab154)) * tax on stock_rbnb on repost of Purchase Receipt ([427439c](427439c3f1)) * **tds:** use doctype reference when mapping keys across multiple doctypes ([#42258](https://github.com/frappe/erpnext/issues/42258)) ([8264e3b](8264e3bc77)) * updated logic for calculating tax_withholding_net_total in payment entry ([3fb5c7a](3fb5c7a3a6)) * use standard method to get `_doc_before_save` ([cfda5f6](cfda5f6d0b))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.29.2"
|
||||
__version__ = "15.29.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user