dont enforce calculation maybe it's a parse

This commit is contained in:
jstaerk
2025-06-06 14:21:32 +02:00
parent 6d4d148f1a
commit fad1144fa0
2 changed files with 1 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#822 #822
#843 #843
#854 #854
#786
add getCalculation on calculatedInvoice add getCalculation on calculatedInvoice
Transactioncalculator getTaxDetails to include correct percentage, calculated amounts Transactioncalculator getTaxDetails to include correct percentage, calculated amounts

View File

@@ -103,7 +103,6 @@ public class CalculatedInvoice extends Invoice implements Serializable {
* @return a updated transactioncalulator * @return a updated transactioncalulator
*/ */
public TransactionCalculator getCalculation() { public TransactionCalculator getCalculation() {
calculate();
return tc; return tc;
} }