Finish v1.47.20(533)
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
commit
33860a0cfe
@ -11,8 +11,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 532
|
def appVersionCode = 533
|
||||||
def appVersionName = '1.47.19'
|
def appVersionName = '1.47.20'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -44,7 +44,7 @@ public class BottomSheetFragmentLUContentViewModel {
|
|||||||
if (collo == null) return;
|
if (collo == null) return;
|
||||||
|
|
||||||
ObservableMtbTcol tipoPedana = collo.getMtbTCol();
|
ObservableMtbTcol tipoPedana = collo.getMtbTCol();
|
||||||
BigDecimal taraPedana = tipoPedana != null ? tipoPedana.getTaraKg() : BigDecimal.ZERO;
|
BigDecimal taraPedana = tipoPedana != null && tipoPedana.getTaraKg() != null ? tipoPedana.getTaraKg() : BigDecimal.ZERO;
|
||||||
BigDecimal pesoNetto = BigDecimal.ZERO;
|
BigDecimal pesoNetto = BigDecimal.ZERO;
|
||||||
|
|
||||||
for (MtbColr mtbColr : collo.getMtbColr()) {
|
for (MtbColr mtbColr : collo.getMtbColr()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user