Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.2
Browse files Browse the repository at this point in the history
## [14.74.2](v14.74.1...v14.74.2) (2024-09-25)

### Bug Fixes

* add currency in financial statement ([6becaba](6becaba))
* AR / AP report to ignore 0.0 outstanding ([79f95ba](79f95ba))
* **Bank Account:** dashboard connections (backport [#43365](#43365)) ([#43366](#43366)) ([4146bdf](4146bdf))
* change dynamic link doctype fieldtype to data ([c0dfda6](c0dfda6))
* incorrect outstanding on non-pos invoice with write_off_account ([79235cd](79235cd))
* incorrect stock balance for inventory dimension (backport [#43284](#43284)) ([#43289](#43289)) ([1bdbcc6](1bdbcc6))
* partial return on POS invoice ([50e0f56](50e0f56))
* partial return on POS invoice ([ef7d4fe](ef7d4fe))
* Payment Ledger Report currency fieldtype fix ([7ac39dc](7ac39dc))
* **Payment Reconciliation:** German translations ([32d4f96](32d4f96))
* Serial No reserved against historical sales order - unable to sell again ([#43294](#43294)) ([8abc1f4](8abc1f4))
* show chart tool tip in report currency ([92438f8](92438f8))
* translate in js ([e43c357](e43c357))
* Translation for button SO to PO ([a8b5bcf](a8b5bcf))
* Translation for button SO to PO --conflicts ([b6ce922](b6ce922))
  • Loading branch information
frappe-bot committed Sep 25, 2024
1 parent 644ada8 commit 20f9549
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 @@ -3,7 +3,7 @@

import frappe

__version__ = "14.74.1"
__version__ = "14.74.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 20f9549

Please sign in to comment.