Finish v1_8_2(89)
This commit is contained in:
commit
774808a4c4
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 88
|
||||
def appVersionName = '1.8.1'
|
||||
def appVersionCode = 89
|
||||
def appVersionName = '1.8.2'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -15,7 +15,7 @@ public class UltimiArriviFornitoreRESTConsumer {
|
||||
|
||||
public static void getUltimeConsegneFornitori(String codMdep, String codAnag, String codMart, RunnableArgs<ArrayList<DocumentoResoDTO>> onComplete, RunnableArgs<Exception> onFailed) {
|
||||
|
||||
int numberOfConsegnePerForn = 10;
|
||||
int numberOfConsegnePerForn = 20;
|
||||
int numberOfDayToAnalyze = 90;
|
||||
|
||||
String sql = "SELECT consegne.*, " +
|
||||
|
||||
@ -316,7 +316,7 @@ public class VersamentoMerceViewModel {
|
||||
mtbColrDestObservableField.add(cloneMtbColr);
|
||||
}
|
||||
|
||||
if(mtbColrSourceObservableField.size() > 0) clonedSourceTestata.setMtbColr(mtbColrSourceObservableField);
|
||||
clonedSourceTestata.setMtbColr(mtbColrSourceObservableField);
|
||||
clonedDestTestata.setMtbColr(mtbColrDestObservableField);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user