mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
chore(release): Bumped to Version 15.33.3
## [15.33.3](https://github.com/frappe/erpnext/compare/v15.33.2...v15.33.3) (2024-08-21) ### Bug Fixes * Auto Create Serial and Batch Bundle For Outward (backport [#42778](https://github.com/frappe/erpnext/issues/42778)) ([#42792](https://github.com/frappe/erpnext/issues/42792)) ([7cc7179](7cc7179b05)) * backport german translations from develop ([9e9de4c](9e9de4c99e)) * bank reconcilation tool cost center company filter adding ([cd59940](cd5994017c)) * Create Sales Order from Quotation for Prospect ([f547bef](f547befeb9)) * create SO from Quot for Prospect --conflicts ([ec0201c](ec0201cb85)) * create SO from Quot for Prospect --conflicts ([5d7fb1d](5d7fb1d945)) * disable rename from warehouse ([3a1ad6e](3a1ad6e844)) * disable rename from warehouse ([40abd82](40abd82e2d)) * dropping index to improve performance (backport [#42820](https://github.com/frappe/erpnext/issues/42820)) ([#42821](https://github.com/frappe/erpnext/issues/42821)) ([b24de3e](b24de3e35b)) * german translations ([751c209](751c20984f)) * german translations of "HR" ([6f7fdbe](6f7fdbefac)) * ignore pricing rule while making DN from Pick List (backport [#42763](https://github.com/frappe/erpnext/issues/42763)) ([#42768](https://github.com/frappe/erpnext/issues/42768)) ([aba54ba](aba54ba18f)) * not able to create the batch (backport [#42784](https://github.com/frappe/erpnext/issues/42784)) ([#42785](https://github.com/frappe/erpnext/issues/42785)) ([0f9849e](0f9849e672)) * **patch:** replace repost with direct sql to update 'against_voucher ([e420fa9](e420fa9779)) * removed extra filter condition ([b84ca04](b84ca04975)) * set up filters for dimensions ([abb8866](abb88662c1)) * translatability of boldened text ([4914481](4914481105)) * update the testcase format ([33542cb](33542cb909)) * update the testcase format ([549dc28](549dc286d0)) ### Performance Improvements * asset creation from purchase receipt ([1040198](1040198ce1)) * data import for stock entries (backport [#42711](https://github.com/frappe/erpnext/issues/42711)) ([#42819](https://github.com/frappe/erpnext/issues/42819)) ([0344442](0344442d42))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.33.2"
|
||||
__version__ = "15.33.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user