mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
chore(release): Bumped to Version 13.39.0
# [13.39.0](https://github.com/frappe/erpnext/compare/v13.38.0...v13.39.0) (2022-09-13) ### Bug Fixes * add missing warehouse filter in BOM Stock Calculated report ([ab32c09](ab32c09ff9)) * calculate amount based on payment days for statistical components too ([3f99522](3f99522764)) * conflict ([6f2a567](6f2a567c95)) * linter ([e177f1e](e177f1e51b)) * Loan amount post write off ([e78a767](e78a7679a4)) * option to start reposting from repost item valuation ([a1826f2](a1826f215a)) * pick_list - picked qty getting set to 1 ([3256e2b](3256e2b8b7)) * Purchase Order creation from Sales Order ([d79aacd](d79aacd1cb)) * Rate for internal PI have non stock UOM items ([638d6b7](638d6b7177)) * reposting not working for internal transferred purchase receipt ([bb41d8b](bb41d8bc47)) * require barcode item barcode ([#32112](https://github.com/frappe/erpnext/issues/32112)) ([44c3a32](44c3a322d3)), closes [#31957](https://github.com/frappe/erpnext/issues/31957) * required_qty in BOM Stock Calculated report ([f2e63bc](f2e63bc491)) * **Salary Slip:** set default amount to 0 if None ([#32184](https://github.com/frappe/erpnext/issues/32184)) ([d29a033](d29a033c09)) ### Features * Ability to manually update loan amount in Salary Slips ([ac320e4](ac320e4d55))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.38.0"
|
||||
__version__ = "13.39.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user