Skip to content

Commit 80f2f5c

Browse files
committed
chore(release): Bumped to Version 14.74.8
## [14.74.8](v14.74.7...v14.74.8) (2024-10-30) ### Bug Fixes * add company filter for project ([d3e29fe](d3e29fe)) * add parenttype clause to invoice tax query in sales_register report ([cbe704c](cbe704c)) * added validation for UOM must be whole number (backport [#43710](#43710)) ([#43711](#43711)) ([aaae81f](aaae81f)) * basic rate not editable in Stock Entry Detail (backport [#43837](#43837)) ([#43839](#43839)) ([51c1d03](51c1d03)) * calculate tds with net amount when invoice exceeds single threshold amount (backport [#43869](#43869)) ([#43919](#43919)) ([55c5f30](55c5f30)) * do not check for payment terms details for return invoices. ([fd63ace](fd63ace)) * do not set payment terms for return invoices ([bd34a67](bd34a67)) * get stock accounts from the doc instead of db in validate_stock_accounts ([ad04610](ad04610)) * hide payment terms for return and paid purchase invoices ([78db8c0](78db8c0)) * not able to submit stock entry ([#43890](#43890)) ([0742e6e](0742e6e)) * purchase return validation issue ([#43871](#43871)) ([a7cc7b2](a7cc7b2)) * remarks field in payment reconciliation ([93243b1](93243b1)) * **RFQ:** make strings translatable (backport [#43843](#43843)) ([#43847](#43847)) ([895f1bf](895f1bf)) * set bill_no before `against_voucher` gets concatenated ([2f3c3d5](2f3c3d5)) * work order finish button not showing (backport [#43875](#43875)) ([#43877](#43877)) ([76530de](76530de))
1 parent 4e85a79 commit 80f2f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import frappe
55

6-
__version__ = "14.74.7"
6+
__version__ = "14.74.8"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)