merge the pmc no report and contractor report procedure

This commit is contained in:
2026-03-31 10:54:43 +05:30
parent f3ca245c3d
commit e44d8321bc
9 changed files with 34 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ class PmcReport:
}
invoices = ReportHelper.execute_sp(
cursor, 'GetInvoicesAndGstReleaseByPmcNo', [pmc_no]
cursor, 'GetInvoicesByContractorOrPMCNo', [None,pmc_no]
)
credit_notes = ReportHelper.execute_sp(