mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
chore(release): Bumped to Version 13.36.3
## [13.36.3](https://github.com/frappe/erpnext/compare/v13.36.2...v13.36.3) (2022-08-09) ### Bug Fixes * (india) HSN wise report ([08c69c7](08c69c7a76)) * add asset repair to accounting dimension list ([809d5ca](809d5caf80)) * consider precision while validating advance amount against sanctioned amount ([63cd434](63cd4349a6)) * **ecommerce:** remove query to non-existing field (backport [#31771](https://github.com/frappe/erpnext/issues/31771)) ([#31774](https://github.com/frappe/erpnext/issues/31774)) ([0e46b33](0e46b33ee3)) * f-string and where clause ([42b3959](42b395916d)) * getting error to show sales invoice group or print rep… (backport [#31756](https://github.com/frappe/erpnext/issues/31756)) ([#31768](https://github.com/frappe/erpnext/issues/31768)) ([473a43b](473a43b6b1)) * incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a](4e8b39ab3f)) * incorrect tax calculation in case of reduced payment days ([80981d0](80981d025f)) * intercompany SO throws exception ([a17acfd](a17acfdaa2)) * minor changed link ([e9e53a7](e9e53a74c9)) * Payment Entry button is visible even when claim is fully paid ([d820757](d820757359)) * pending principal- amount ([16c94d2](16c94d292c)) * **pos:** validate product bundles while submitting pos invoice (backport [#31615](https://github.com/frappe/erpnext/issues/31615)) ([#31657](https://github.com/frappe/erpnext/issues/31657)) ([b145fe3](b145fe3b3e)) * specify allowed doctype in queries ([#31765](https://github.com/frappe/erpnext/issues/31765)) ([0dbfb15](0dbfb1589e)) * statistical component showing up in salary slip ([#31746](https://github.com/frappe/erpnext/issues/31746)) ([26aef4f](26aef4fb1c)) * sum stock_value and group by warehouse ([18d93f8](18d93f8398)) * taxable_value and gst_account_heads ([6c574fb](6c574fbf33)) * update To Date in Employee Work History ([#31811](https://github.com/frappe/erpnext/issues/31811)) ([0057c10](0057c10a7d))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.36.2"
|
||||
__version__ = "13.36.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user