mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
chore(release): Bumped to Version 13.46.0
# [13.46.0](https://github.com/frappe/erpnext/compare/v13.45.1...v13.46.0) (2023-02-14) ### Bug Fixes * `amount` in `Material Request` ([813e8bb](813e8bb664)) * allow PI cancel if linked asset is cancelled ([fbeaabf](fbeaabffc9)) * conflicts ([a9f5be3](a9f5be3f98)) * currency formatting in item-wise sales history ([#33903](https://github.com/frappe/erpnext/issues/33903)) ([f641039](f6410393ce)) * Debit and Credit not equal while submitting PI containing asset item ([#33092](https://github.com/frappe/erpnext/issues/33092)) ([5be4c6f](5be4c6ffbc)) * german chart of accounts "SKR03" ([#33909](https://github.com/frappe/erpnext/issues/33909)) ([b2a3e01](b2a3e014e9)) * incorrect actual qty in Bin ([8f42833](8f42833fba)) * LWP calculation ([c1de4e4](c1de4e4420)) * negative stock error ([2f4ffe1](2f4ffe137e)) * stock entry from item dashboard (stock levels) ([8106c64](8106c64c91)) * **UX:** make Item attachments public by default (backport [#32196](https://github.com/frappe/erpnext/issues/32196)) ([#33949](https://github.com/frappe/erpnext/issues/33949)) ([124d7de](124d7dea1b)) * validate working day list against holidays ([a8ea3ef](a8ea3efae2)) ### Features * Setting to allow Sales Order creation against expired quotation ([#33952](https://github.com/frappe/erpnext/issues/33952)) ([f04542e](f04542eac9))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.45.1"
|
||||
__version__ = "13.46.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user