mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
feat: item wise tds calculation
This commit is contained in:
@@ -1603,4 +1603,4 @@
|
||||
"timeline_field": "supplier",
|
||||
"title_field": "title",
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ def execute():
|
||||
purchase_invoice.posting_date >= fiscal_year_details.year_start_date
|
||||
).where(
|
||||
purchase_invoice.docstatus == 1
|
||||
).run()
|
||||
).run()
|
||||
|
||||
Reference in New Issue
Block a user