chore(release): Bumped to Version 15.11.0
# [15.11.0](https://github.com/frappe/erpnext/compare/v15.10.8...v15.11.0) (2024-01-30) ### Bug Fixes * AttributeError in company transaction deletion ([222005c](222005ca44)) * **Batch:** reload doc after splitting ([a97b8fd](a97b8fd876)) * check page obj before adding menu ([0aa73e3](0aa73e31ce)) * default enable closing stock balance (backport [#39551](https://github.com/frappe/erpnext/issues/39551)) ([#39554](https://github.com/frappe/erpnext/issues/39554)) ([4853ab1](4853ab1fec)) * do not auto-populate item delivery date ([5cdc22a](5cdc22adf3)) * email list for auto reorder material request ([98c5653](98c56535d8)) * enqueue JV submission when more than 100 accounts ([07bcc24](07bcc24e35)) * fetch correct quantity and amount for grouped asset ([3bdd1e9](3bdd1e9514)) * honour currency precision while fetching balance ([e0a3820](e0a38207f6)) * incorrect active serial nos (backport [#39389](https://github.com/frappe/erpnext/issues/39389)) ([#39589](https://github.com/frappe/erpnext/issues/39589)) ([7def475](7def475eb1)) * incorrect amount in the material request item (backport [#39567](https://github.com/frappe/erpnext/issues/39567)) ([#39569](https://github.com/frappe/erpnext/issues/39569)) ([e0c35d6](e0c35d60b4)) * Item Tax template is not working for e-commerce ([2905db1](2905db19e5)) * make SO item code reqd ([171586d](171586db9b)) * not able to edit address through portal ([1f5dbeb](1f5dbebe68)) * not able to save BOM (duplicate key error) (backport [#39620](https://github.com/frappe/erpnext/issues/39620)) ([#39623](https://github.com/frappe/erpnext/issues/39623)) ([53c7055](53c705506b)) * not able to save subcontracting purchase receipt (old flow) (backport [#39590](https://github.com/frappe/erpnext/issues/39590)) ([#39592](https://github.com/frappe/erpnext/issues/39592)) ([63eef68](63eef680d0)) * not able to submit subcontracting pr (old flow) (backport [#39622](https://github.com/frappe/erpnext/issues/39622)) ([#39625](https://github.com/frappe/erpnext/issues/39625)) ([960443d](960443d268)) * Payment Terms Status for Sales Order report should show all payment terms from order not only this comming from template ([b2e0d24](b2e0d24954)) * perf issue while submitting stock entry (backport [#39634](https://github.com/frappe/erpnext/issues/39634)) ([#39642](https://github.com/frappe/erpnext/issues/39642)) ([d785c6c](d785c6ce3e)) * prevent extra transfer against inter transfer transaction (backport [#39213](https://github.com/frappe/erpnext/issues/39213)) ([#39596](https://github.com/frappe/erpnext/issues/39596)) ([6d4ca6a](6d4ca6a1ee)) * qtn tests using delivery date ([6b20a7e](6b20a7eed1)) * return doc obj after submit ([da33079](da33079f12)) * Serial No Ledger permission issue ([f9d1995](f9d1995954)) * skip liability account for internal transfer ([e2d85c5](e2d85c513c)) * type error on company doc ([a7d1368](a7d13686c7)) ### Features * In words in payment entry ([5df2f5d](5df2f5d523)) * New financial views - Growth and margin views for P&L and balance sheet ([#39588](https://github.com/frappe/erpnext/issues/39588)) ([a83f310](a83f3106f3)) * Partly billed status in Purchase Receipt ([#39543](https://github.com/frappe/erpnext/issues/39543)) ([e4230cf](e4230cf6d9))
This commit is contained in:
parent
32f77eae5d
commit
f84f82c7d7
@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.10.8"
|
||||
__version__ = "15.11.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user