dont enforce calculation maybe it's a parse
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user