@hmcts/ccpay-web-component 6.3.2-beta01 → 6.3.2-beta02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2481,7 +2481,7 @@ class CaseTransactionsComponent {
|
|
|
2481
2481
|
getOrderFeesTotalOrTotalFees() {
|
|
2482
2482
|
//It means that there is more than one service request.
|
|
2483
2483
|
if ((this.getNumberOfFeesPerCaseTransaction() > 1)
|
|
2484
|
-
&& (this.getNumberOfFeesPerCaseTransaction()
|
|
2484
|
+
&& (this.getNumberOfFeesPerCaseTransaction() >= this.remissions.length)) {
|
|
2485
2485
|
return this.totalFees;
|
|
2486
2486
|
}
|
|
2487
2487
|
return this.orderFeesTotal;
|