Compare commits

...

4 Commits

Author SHA1 Message Date
jenkins
7f30698af3 20250513_184231 2025-05-13 18:42:32 +02:00
8b69787c64 Merge branch 'hotfix/Hotfix-1'
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
2025-05-13 18:40:27 +02:00
b116492701 [GRAMM]
- rimossa pezza temporeanea salvataggio ordini di lavorazione
2025-05-13 18:40:16 +02:00
f52aa4d837 Merge branch 'hotfix/Hotfix-1'
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
2025-05-13 18:36:32 +02:00
2 changed files with 1 additions and 3 deletions

View File

@@ -902,8 +902,6 @@ public class CommonRules extends QueryRules {
String codMdep = entity.getCodMdep();
BigDecimal rapConv = entity.getRapConv();
if (entity instanceof DtbOrdr && entity.getGestione().equalsIgnoreCase("L"))
return BigDecimal.ZERO;
Date dataValidita = null;
if (entity instanceof DtbOrdr || entity instanceof WdtbOrdr) {

View File

@@ -1,2 +1,2 @@
#spring.profiles.active=@activatedProperties@
project.version=20231119_074200
project.version=20250513_184231