Skip to content

Commit

Permalink
chore: change log and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Apr 12, 2022
1 parent 71f7245 commit 147499b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions 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.25.2'
__version__ = "13.26.0"

def get_default_company(user=None):
"""Get default company for user"""
Expand Down
31 changes: 31 additions & 0 deletions erpnext/change_log/v13/v13_26_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Version 13.25.0 Release Notes

### Features & Enhancements

- feat: Receivable/Payable Account column and filter in AR/AP report ([#30620](https://github.com/frappe/erpnext/pull/30620))
- feat(india): e-invoicing for intra-state union territory transactions ([#30626](https://github.com/frappe/erpnext/pull/30626))
- feat: Ignore permlevel for specific fields ([#30686](https://github.com/frappe/erpnext/pull/30686))
- feat: 'customer' column and more filter to Payment terms status report ([#30499](https://github.com/frappe/erpnext/pull/30499))

### Fixes

- fix: fallback to item_name if description is not found ([#30619](https://github.com/frappe/erpnext/pull/30619))
- fix: Deferred Revenue/Expense Account validation ([#30602](https://github.com/frappe/erpnext/pull/30602))
- fix(pos): reload doc before set value ([#30610](https://github.com/frappe/erpnext/pull/30610))
- fix: Exchange gain and loss button in Payment Entry ([#30606](https://github.com/frappe/erpnext/pull/30606))
- fix(pos): cannot change paid amount in pos payments ([#30657](https://github.com/frappe/erpnext/pull/30657))
- fix: hide pending qty only if original item is assigned ([#30599](https://github.com/frappe/erpnext/pull/30599))
- fix(pos): reload doc before set value ([#30611](https://github.com/frappe/erpnext/pull/30611))
- fix: Handle multiple item transfer in separate SEs against WO ([#30674](https://github.com/frappe/erpnext/pull/30674))
- fix(patch): check null values in is_cancelled patch ([#30594](https://github.com/frappe/erpnext/pull/30594))
- fix: Download JSON for GSTR-1 report ([#30651](https://github.com/frappe/erpnext/pull/30651))
- fix: remove bad defaults from BOM operation ([#30644](https://github.com/frappe/erpnext/pull/30644))
- fix: update translation ([#30474](https://github.com/frappe/erpnext/pull/30474))
- fix: dont reassign mutable (list) to a different field ([#30634](https://github.com/frappe/erpnext/pull/30634))
- fix: update translation ([#30654](https://github.com/frappe/erpnext/pull/30654))
- fix: ignore item-less maintenance visit for sr no ([#30684](https://github.com/frappe/erpnext/pull/30684))
- fix: removed unused courses template ([#30596](https://github.com/frappe/erpnext/pull/30596))
- fix: Implicit ignore pricing rule check on returns ([#30662](https://github.com/frappe/erpnext/pull/30662))
- fix: warehouse naming when suffix is present ([#30621](https://github.com/frappe/erpnext/pull/30621))
- fix: Ignore disabled tax categories ([#30542](https://github.com/frappe/erpnext/pull/30542))

0 comments on commit 147499b

Please sign in to comment.