fixed combos, and pdf format updated

This commit is contained in:
2025-08-29 01:30:53 +05:30
parent 4c818d511b
commit 1d13f1a73a
4 changed files with 84 additions and 29 deletions

View File

@@ -251,7 +251,10 @@ export function applyComboToForm<T extends ClaimFormLike>(
procedureCode: code,
procedureDate: lineDate,
oralCavityArea: original?.oralCavityArea ?? "",
toothNumber: original?.toothNumber ?? "",
toothNumber:
preset.toothNumbers?.[j] ??
original?.toothNumber ??
"",
toothSurface: original?.toothSurface ?? "",
totalBilled: price,
totalAdjusted: new Decimal(0),