Skip to content

Commit 81f1f1f

Browse files
committed
chore(release): Bumped to Version 15.43.2
## [15.43.2](v15.43.1...v15.43.2) (2024-11-22) ### Bug Fixes * include current invoice amount when tax_on_excess_amount is checked ([52e1551](52e1551))
1 parent 16ffee9 commit 81f1f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.43.1"
7+
__version__ = "15.43.2"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)