Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -256,7 +256,7 @@ end
|
||||
rule "completeDatiListinoOrdV"
|
||||
when
|
||||
eval(completeRulesEnabled)
|
||||
$entity : DtbOrdr( codMart != null && listino != null && listino != "ULTC" && gestione == "V" )
|
||||
$entity : DtbOrdr( codMart != null && listino != null && listino != "ULTC" && gestione == "V" && (percAliq != null || (percAliq == null && (flagPrzIva == null || flagPrzIva == "N"))))
|
||||
then
|
||||
HashMap<String, Object> dati = SalesRules.completeDatiArtOrdDocV(conn, $entity);
|
||||
modify ( $entity ) {
|
||||
|
||||
Reference in New Issue
Block a user