refs #6325 claimRatio #151

Merged
carlossa merged 4 commits from 6325-tasaClaim into dev 2024-01-12 08:00:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bdbc34d4e7 - Show all commits

View File

@ -38,7 +38,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(() => {