mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
chore(release): Bumped to Version 15.23.2
## [15.23.2](https://github.com/frappe/erpnext/compare/v15.23.1...v15.23.2) (2024-05-15) ### Bug Fixes * 'Bill for Rejected Quantity in Purchase Invoice' feature not working (backport [#41437](https://github.com/frappe/erpnext/issues/41437)) ([#41445](https://github.com/frappe/erpnext/issues/41445)) ([b8db903](b8db903320)) * address filter and quotation to for prospect ([37741b5](37741b5b45)) * address filter and quotation to for prospect ([394b1f4](394b1f499d)) * address filter and quotation to for prospect ([cdbb515](cdbb515379)) * Asset cancelation issue ([e18be9b](e18be9b21e)) * consistent use of "Address & Contact" (backport [#41386](https://github.com/frappe/erpnext/issues/41386)) ([#41388](https://github.com/frappe/erpnext/issues/41388)) ([b6f82a6](b6f82a656f)) * daily prorata based depreciation bug in wdv method ([c335c2c](c335c2c85a)) * data getting override in delivery trip (backport [#41431](https://github.com/frappe/erpnext/issues/41431)) ([#41433](https://github.com/frappe/erpnext/issues/41433)) ([15d2881](15d2881bc8)) * Duplicate party name column in AR/AP report ([55edbec](55edbec6fa)) * incorrect total days calculation ([01b25b5](01b25b5821)) * **minor:** removed extra parameter ([ce2c6c3](ce2c6c3165)) * pro rata based depreciation with opening accumulated depreciation ([72f3fb2](72f3fb2a2c)) * PSOA ageing ([6590d78](6590d78298)) * removed same named function ([955ce9b](955ce9b670)) * removed unrelated code modification ([0aca1e8](0aca1e8e05)) * resolved conflict ([520e1e9](520e1e9c8f)) * resolved conflict ([3a72f4b](3a72f4bd30)) * resolved conflict ([8cca74d](8cca74d5ef)) * Unknown column 'tabBatch.batch_no' in 'where clause' (backport [#41418](https://github.com/frappe/erpnext/issues/41418)) ([#41444](https://github.com/frappe/erpnext/issues/41444)) ([d988c7b](d988c7bd06)) * update description of Supplier Invoice Number ([a7533ff](a7533ff7f6)) * valuation issue for batch (backport [#41425](https://github.com/frappe/erpnext/issues/41425)) ([#41430](https://github.com/frappe/erpnext/issues/41430)) ([f55a131](f55a131dea)) * **wip:** daily depreciation bug ([1016ec2](1016ec2a14)) * **wip:** depreciation calculation after asset value adjustment ([3eff9c9](3eff9c9779)) * zero valuation rate for batched item (backport [#41446](https://github.com/frappe/erpnext/issues/41446)) ([#41447](https://github.com/frappe/erpnext/issues/41447)) ([5c3a096](5c3a0965bc))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.23.1"
|
||||
__version__ = "15.23.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user