Finish v1_11_5(124)
This commit is contained in:
commit
53660e972d
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 123
|
||||
def appVersionName = '1.11.4'
|
||||
def appVersionCode = 124
|
||||
def appVersionName = '1.11.5'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -432,7 +432,7 @@ public class PickingObjectDTO {
|
||||
}
|
||||
|
||||
|
||||
if(mtbPartitaMag.getPartitaMag() != null && mtbPartitaMag.getDataScadD() != null) {
|
||||
if(!UtilityString.isNullOrEmpty(mtbPartitaMag.getPartitaMag())) {
|
||||
pickData.setMtbPartitaMag(mtbPartitaMag);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user