Finish Hotfix-101
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -522,7 +522,7 @@ public class DocOrdCalTotaliRules extends QueryRules {
|
|||||||
}
|
}
|
||||||
boolean flagIvaInclusa = testata.getFlagPrzIva().equalsIgnoreCase("S");
|
boolean flagIvaInclusa = testata.getFlagPrzIva().equalsIgnoreCase("S");
|
||||||
|
|
||||||
if (flagPrezziScontati) {
|
if (!flagPrezziScontati) {
|
||||||
if (sconto1.compareTo(BigDecimal.ZERO) > 0) {
|
if (sconto1.compareTo(BigDecimal.ZERO) > 0) {
|
||||||
sconti.add(sconto1);
|
sconti.add(sconto1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user