Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.36.2
Browse files Browse the repository at this point in the history
## [15.36.2](frappe/erpnext@v15.36.1...v15.36.2) (2024-09-25)

### Bug Fixes

* add currency in financial statement ([927f800](frappe@927f800))
* added date condition ([0e18845](frappe@0e18845))
* AR / AP report to ignore 0.0 outstanding ([979d801](frappe@979d801))
* **Bank Account:** dashboard connections (backport [frappe#43365](frappe#43365)) ([frappe#43367](frappe#43367)) ([cfea2de](frappe@cfea2de))
* change dynamic link doctype fieldtype to data ([05c92cc](frappe@05c92cc))
* closing amount reset to expected amount on save (backport [frappe#43358](frappe#43358)) ([frappe#43368](frappe#43368)) ([0722aa5](frappe@0722aa5))
* create_address is failing ([557ef5d](frappe@557ef5d))
* handle missing liability account scenario in `set_liability_account` ([4045928](frappe@4045928))
* incorrect outstanding on non-pos invoice with write_off_account ([f89a3db](frappe@f89a3db))
* incorrect stock balance for inventory dimension (backport [frappe#43284](frappe#43284)) ([frappe#43290](frappe#43290)) ([f6725e2](frappe@f6725e2))
* item_query in pos_invoice ([99e004b](frappe@99e004b))
* make to tax category on tax rule to filter with percent ([63d4fdd](frappe@63d4fdd))
* **minor:** include condition to check docstatus ([1f42302](frappe@1f42302))
* not able to cancel Quality Inspection (backport [frappe#43374](frappe#43374)) ([frappe#43375](frappe#43375)) ([40fbb1d](frappe@40fbb1d))
* partial return on POS invoice ([998fef7](frappe@998fef7))
* partial return on POS invoice ([b99ca7d](frappe@b99ca7d))
* Payment Ledger Report currency fieldtype fix ([ad2d6a1](frappe@ad2d6a1))
* **Payment Reconciliation:** German translations ([e06a01f](frappe@e06a01f))
* set group_by condition if empty and voucher_no is set ([ec27077](frappe@ec27077))
* shipping rule must match the company ([085a4c6](frappe@085a4c6))
* show chart tool tip in report currency ([e5ae828](frappe@e5ae828))
* stock dashboard (backport [frappe#43347](frappe#43347)) ([frappe#43349](frappe#43349)) ([176feb2](frappe@176feb2))
* transaction exchange rate on GL's for Multi currency Journals ([a7ccc94](frappe@a7ccc94))
* translate in js ([84e26e2](frappe@84e26e2))
* Translation for button SO to PO ([73d98ad](frappe@73d98ad))
* ui clean-up (backport [frappe#43305](frappe#43305)) ([frappe#43312](frappe#43312)) ([7e6d6f0](frappe@7e6d6f0))
* update clearance date in invoice payment table ([10ecdb9](frappe@10ecdb9))
  • Loading branch information
frappe-bot committed Sep 25, 2024
1 parent 9de0d43 commit 8d188dc
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 @@
import frappe
from frappe.utils.user import is_website_user

__version__ = "15.36.1"
__version__ = "15.36.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 8d188dc

Please sign in to comment.