This commit is contained in:
2026-03-31 16:24:58 +05:30
parent 4e5887b160
commit cd16c284ce
10 changed files with 529 additions and 75 deletions

View File

@@ -121,7 +121,7 @@ class PmcReport:
# ================= DATA FETCH =================
contractor_info = ReportHelper.execute_sp(
cursor, 'GetContractorDetailsByPMC', [pmc_no]
cursor, 'GetContractorInfoByPmcNo', [pmc_no]
)
contractor_info = contractor_info[0] if contractor_info else None