diff --git a/webapp/app.js b/webapp/app.js index caed7a0..837c2cc 100644 --- a/webapp/app.js +++ b/webapp/app.js @@ -829,7 +829,6 @@ class DienstplanApp { } const isFullyDeducted = thresholdReached && duty.isQual && deductedAmount >= duty.share - 0.0001; - const isPartiallyDeducted = thresholdReached && duty.isQual && deductedAmount > 0 && paidAmount > 0; // Calculate euro amount only for paid portion const rate = duty.isQual ? this.calculator.RATE_WEEKEND : this.calculator.RATE_NORMAL;