Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -151,7 +151,7 @@ public class StatoArtInventarioDTO {
|
||||
}
|
||||
|
||||
public Integer getPedMag() {
|
||||
if (pedMag < 0)
|
||||
if (pedMag == null || pedMag < 0)
|
||||
return 0;
|
||||
else
|
||||
return pedMag;
|
||||
|
||||
Reference in New Issue
Block a user