m
All checks were successful
Build and Publish / Metadata (push) Successful in 13s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m15s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m44s

This commit is contained in:
matst80
2025-10-14 22:30:19 +02:00
parent 5ca21e214f
commit ee5d714220

View File

@@ -262,7 +262,7 @@ func (c *CartGrain) UpdateTotals() {
value := NewPriceFromIncVat(voucher.Value, 25)
c.TotalDiscount.Add(*value)
c.TotalDiscount.Subtract(*value)
c.TotalPrice.Subtract(*value)
}
}
}