WIP: refs #6325 remove * #103

Closed
carlossa wants to merge 1 commits from 6325-refundComercial into dev
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const balanceDue = computed(() => {
const balanceDueWarning = computed(() => (balanceDue.value ? 'negative' : ''));
const claimRate = computed(() => {
return customer.value.claimsRatio.claimingRate * 100;
return customer.value.claimsRatio.claimingRate;
});
const priceIncreasingRate = computed(() => {