Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.36.3
Browse files Browse the repository at this point in the history
## [13.36.3](v13.36.2...v13.36.3) (2022-08-09)

### Bug Fixes

* (india) HSN wise report ([08c69c7](08c69c7))
* add asset repair to accounting dimension list ([809d5ca](809d5ca))
* consider precision while validating advance amount against sanctioned amount ([63cd434](63cd434))
* **ecommerce:** remove query to non-existing field (backport [#31771](#31771)) ([#31774](#31774)) ([0e46b33](0e46b33))
* f-string and where clause ([42b3959](42b3959))
* getting error to show sales invoice group or print rep… (backport [#31756](#31756)) ([#31768](#31768)) ([473a43b](473a43b))
* incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a](4e8b39a))
* incorrect tax calculation in case of reduced payment days ([80981d0](80981d0))
* intercompany SO throws exception ([a17acfd](a17acfd))
* minor changed link ([e9e53a7](e9e53a7))
* Payment Entry button is visible even when claim is fully paid ([d820757](d820757))
* pending principal- amount ([16c94d2](16c94d2))
* **pos:** validate product bundles while submitting pos invoice (backport [#31615](#31615)) ([#31657](#31657)) ([b145fe3](b145fe3))
* specify allowed doctype in queries ([#31765](#31765)) ([0dbfb15](0dbfb15))
* statistical component showing up in salary slip ([#31746](#31746)) ([26aef4f](26aef4f))
* sum stock_value and group by warehouse ([18d93f8](18d93f8))
* taxable_value and gst_account_heads ([6c574fb](6c574fb))
* update To Date in Employee Work History ([#31811](#31811)) ([0057c10](0057c10))
  • Loading branch information
frappe-bot committed Aug 9, 2022
1 parent b80526f commit c15cff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.36.2"
__version__ = "13.36.3"


def get_default_company(user=None):
Expand Down

0 comments on commit c15cff0

Please sign in to comment.