feat: item wise tds calculation

This commit is contained in:
niralisatapara
2022-11-02 12:30:58 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -1603,4 +1603,4 @@
"timeline_field": "supplier", "timeline_field": "supplier",
"title_field": "title", "title_field": "title",
"track_changes": 1 "track_changes": 1
} }

View File

@@ -22,4 +22,4 @@ def execute():
purchase_invoice.posting_date >= fiscal_year_details.year_start_date purchase_invoice.posting_date >= fiscal_year_details.year_start_date
).where( ).where(
purchase_invoice.docstatus == 1 purchase_invoice.docstatus == 1
).run() ).run()