mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 07:20:26 +00:00
chore(release): Bumped to Version 13.55.0
# [13.55.0](https://github.com/frappe/erpnext/compare/v13.54.14...v13.55.0) (2023-12-05) ### Bug Fixes * consider the `Valuation Method` while picking incorrect SLE (backport [#38592](https://github.com/frappe/erpnext/issues/38592)) ([#38596](https://github.com/frappe/erpnext/issues/38596)) ([1b78dd1](1b78dd17c9)) * make create button translatable (backport [#38165](https://github.com/frappe/erpnext/issues/38165)) ([#38412](https://github.com/frappe/erpnext/issues/38412)) ([bd371e6](bd371e697c)) * show difference amount in default currency ([6f44a16](6f44a1630f)) * update voucher currency for allocated entry ([3dfc145](3dfc1450a1)) ### Features * `Company` filter in `Stock Ledger Variance` report (backport [#38553](https://github.com/frappe/erpnext/issues/38553)) ([#38575](https://github.com/frappe/erpnext/issues/38575)) ([77e01eb](77e01ebacf)) * add currency column for allocated entries ([835c85a](835c85a087))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.54.14"
|
||||
__version__ = "13.55.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user